News Feed
Jobs Feed
Sections




News Archive
Nikita Popov's Blog:
Don't be STUPID GRASP SOLID!
December 28, 2011 @ 09:26:14

Nikita Popov talks about the SOLID coding practices and creates his own acronym for the complete opposite - STUPID (Singleon, Tight coupling, Untestable, Premature optimization, Indescriptive naming, Duplication).

Ever heard of SOLID code? Probably: It is a term describing a collection of design principles for "good code" that was coined by Robert C. Martin (aka "uncle bob"), our beloved evangelist of clean code. [...] So, why not approach the problem from the other side for once? Looking at what makes up bad code.

He goes through each part of his STUPID acronym and talks about how it can hurt your code and a few alternatives to help make your application more flexible and easier to maintain in the long run. He also mentions GRASP (General Responsibility Assignment Software Principles), another set of good practices to follow, some similar to SOLID, that can make your app better.

0 comments voice your opinion now!
stupid solid grasp development practices opinion


blog comments powered by Disqus

Similar Posts

Stas Malyshev' Blog: On PHP features

Christopher Jones' Blog: Book Review: PHP Oracle Web Development

Freek Lijten: SOLID - The D is for Dependency Inversion Principle

TechZinger Blog: Fat-Free Framework for PHP

PHP.net: PHP 5.5.0RC1 is available


Community Events











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


code zendframework2 community release phpunit interview composer language api testing example database development opinion introduction functional framework series unittest podcast

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