News Feed
Jobs Feed
Sections




News Archive
Reddit.com:
Let's Make PHP's Function Names Consistent!
January 25, 2013 @ 10:32:57

On Reddit.com there's a heated discussion going on in response to this bug filed asking about aliasing PHP function names to make them more consistent (specifically "htmlentities_decode" versus "html_entity_decode").

[...] Current naming conventions are really horrible. For instance, look at differences between str_replace, strlen, parse_str, htmlspecialchars. All work with same type but their names are completely different. So, string functions should go to String namespace (Stringreplace()), array functions to Array namespace (Arraysearch()) and so on.

Back in the Reddit post most of the commentors agree that this kind of thing would be beneficial to the language, but - as several point out - this could have serious backwards compatibility issues. What do you think? Voice your opinion!

0 comments voice your opinion now!
function naming consistency language opinion


blog comments powered by Disqus

Similar Posts

Brandon Savage's Blog: The 15 Minute Rule Of Software Development

David Parra's Blog: Calling Conventions – when you need to know C to understand PHP

Scott MacVicar's Blog: PHP's Relationship with Commercial Entities

Scott Klarr's Blog: PHP Cheat Sheets

David Sklar\'s Blog: Parsing Reasonably-sized HTTP Responses


Community Events











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


introduction framework code language interview development opinion release zendframework2 phpunit tool unittest testing application example community podcast functional object series

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