News Feed
Jobs Feed
Sections




News Archive
Jani Hartikainen's Blog:
A simple way to make your code better Stop adding more parameters
November 12, 2009 @ 11:19:08

Jani Hartikainen offers a simple suggestion for making your code better - stop adding more parameters.

You need to add some new functionality to your function or class. Let's say you need to remove all objects stored, but optionally also call a method on them. It's pretty simple, isn't it? Let's just add a parameter to removeAllObjects! If you make it true, the additional method is called, otherwise not. Except it's not really such a good idea at all...

He points out that there's nothing wrong with parameters, it's their overuse that can cause the issues - if, in using them, it's unclear what they're doing, don't use them. He includes a few rules for making good use of parameters: less is good, relationship to the function, parameter order importance and using the language's parameter handling to your advantage.

0 comments voice your opinion now!
parameters opinion better code


blog comments powered by Disqus

Similar Posts

Artur Ejsmont's Blog: How to structure a Zend Framework application and it's dependencies

Indra Dutta's Blog: Top 5 reasons why PHP is a better choice than java & .NET for most websites

Tom Butler: PHP: PSR-0: Pretty Shortsighted, Really

Cal Evans' Blog: Man up! (A developer's responsibility to their team)

Juozas Kaziukenas' Blog: Zend Framework is NOT bloated


Community Events











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


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

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