News Feed
Jobs Feed
Sections




News Archive
Keith Casey's Blog:
Useful Naming Conventions
December 09, 2008 @ 15:31:15

In a new post to his blog Keith Casey shares a few tips on naming conventions that can help increase readability in your code and make maintenance simpler in the future.

In my regular web wanderings recently, I found a great post entitled "The 7 Worst Verbs Programmers Use In Function Calls" and couldn't help but be reminded of a system that I worked on a few years ago. The core function of the system was named - no kidding - "doStuff". Everything in the application led towards that, used it, and then did other things as a result.

He suggests a structure he uses - "verbAjectiveNounStructure". Starting with an action, moving to a description of the action, to the target of the action and finally an optional structure - how the returned data is formatted.

0 comments voice your opinion now!
useful naming convention verb adjective noun structure


blog comments powered by Disqus

Similar Posts

Scott Johnson's Blog: Podcast : PHP Theory 1

NetTuts.com: HTTP: The Protocol Every Web Developer Must Know – Part 1

Paul Jones' Blog: Regarding Underscores

Keith Casey's Blog: Useful Naming Conventions

Josh Adell: Interfaces and Traits: A Powerful Combo


Community Events











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


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

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