News Feed
Jobs Feed
Sections




News Archive
PHPMaster.com:
Practical Refactoring, Part 1 - What is Good Code?
October 12, 2012 @ 11:15:26

On PHPMaster.com they've started up a new series focused on refactoring code to make your applications not only easier to maintain but easier to expand on in the future. In this first part they focus on what the term "good code" really means.

The main goal of refactoring is clean code, better code, or whatever you might call it. But what actually constitutes good code? Good code is smelled and tasted. If you've written a lot of code, you understand what I mean; you can easily identify whether code is good or bad with experience. But what if you are new to coding but still want to do things right? We can summarize the aspects of good code with these three guidelines: Readable, Extensible and Efficient

He goes on to explain each of these three guidelines with descriptions of what they are and what they mean to you as a developer. In the next part of the series, he'll take these three ideas and apply them to code, showing some of the most common points where they can be applied to clean things up.

0 comments voice your opinion now!
good code refactor readable extensible efficient series


blog comments powered by Disqus

Similar Posts

Sebastian Bergmann's Blog: PHPUnit 3.5: Refactoring to Components

Volker Dusch: Errors will be fixed. Warnings will be 'looked at'

PHPMaster.com: Code Templates, AutoHotKey, and Ditto: Speeding Up Development

Gilang Chandrasa's Blog: CodeIgniter Tutorial Compilation

Patrick Allaert's Blog: Readable PHP code #2 - Make your API handle more!


Community Events











Don't see your event here?
Let us know!


testing introduction symfony2 community language conference database podcast framework unittest opinion series phpunit release development interview rest functional usergroup zendframework2

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework