When the Map contradicts the Terrain, Trust the Terrain. - Swiss Army
When the Comment contradicts the Code, Trust the Code for god's sake.
Thursday, September 12, 2013
Monday, August 5, 2013
Programming Tips#1: Don't Replicate Code Block
Programming Tips#1: Don't Replicate Code Block
Don't replicate code block, write a function instead. If you replicate any code block and later if you decide to do any change with the block, you might need to change all.
By localizing your changes to a Function or a Macro, you localize the knowledge. If there is any knowledge change, you need to change it in only one place.
Don't replicate code block, write a function instead. If you replicate any code block and later if you decide to do any change with the block, you might need to change all.
By localizing your changes to a Function or a Macro, you localize the knowledge. If there is any knowledge change, you need to change it in only one place.
Sunday, March 17, 2013
Linux Useful Apps
Here is the list of Useful Apps in Linux:
* KeepNote - Notes Organizing Software
* Osmo - Daily Diary Software
* Pomodoro App - Pomodoro with Today's List and Alarm Software
* BlueFish - C/C++ IDE
* Geany - C/C++ IDE
* KeepNote - Notes Organizing Software
* Osmo - Daily Diary Software
* Pomodoro App - Pomodoro with Today's List and Alarm Software
* BlueFish - C/C++ IDE
* Geany - C/C++ IDE
Subscribe to:
Posts (Atom)