Custom tools
Posted: Fri Nov 02, 2007 1:45 am
I typically use the following little hack tools to allow me to perform more tasks faster or automate certain tasks completely.
I had a php script which scanned the project directory and generated a list of TODO's extracted from my source. I have since just switched to using grep. Still damn handy if your like me and place TODO comments throughout your code.
What kind of tools have you hammered out in the past or present to assist you in making your coding experience more plesant...
try and avoid third party tools like lint, etc...I'm more curious to hear about tools you hacked out to help solve re-occuring problems in a particular project or all projects you work on.
What the heck, mention all the lints you use too...I just wanna know what adhoc type tools you use to make development easier...
No IDE's or their extensions, like source browsers, etc don't count.
I had a php script which scanned the project directory and generated a list of TODO's extracted from my source. I have since just switched to using grep. Still damn handy if your like me and place TODO comments throughout your code.
What kind of tools have you hammered out in the past or present to assist you in making your coding experience more plesant...
try and avoid third party tools like lint, etc...I'm more curious to hear about tools you hacked out to help solve re-occuring problems in a particular project or all projects you work on.
What the heck, mention all the lints you use too...I just wanna know what adhoc type tools you use to make development easier...
No IDE's or their extensions, like source browsers, etc don't count.