Resource Acquisition Is Initialization
This post has already been published on code::gallery blog which now has been merged into this blog. Software programs have to deal with resources (memory, files, mutexes, semaphores, database...
View ArticleImportance Of Coding Standards
This post has already been published on code::gallery blog which now has been merged into this blog. Dr. Dobb’s Portal has an article on code quality improvement via coding standards conformance. The...
View ArticleGenerate Regular Expressions
This post has already been published on code::gallery blog which now has been merged into this blog. Roy Osherov has created Regulator – a regular expression generator. And it has a nice visual...
View ArticleOvercautious Coding
This post has already been published on code::gallery blog which now has been merged into this blog. Michael Feathers illustrates nicely the problem of overcautious coding. The following should...
View ArticleSingle, Double And Multiple Dispatch
This post has already been published on code::gallery blog which now has been merged into this blog. These are mechanisms in object oriented programming languages to identify the funciton/method to be...
View ArticleOptimize Your CSS
The combination of XHTML and CSS can reduce size of a webpage, mainly by freeing up the layout from HTML tables. This does not mean that any XHTML and CSS code can do it. It has to be done the right...
View ArticleEndianness
This post has already been published on code::gallery blog which now has been merged into this blog. Just like we have to read from left to right or right to left depending upon what language we are...
View ArticleThis One Is For Programmers
Curt Hibbs points to some interesting questions asked by Stiff and answered by who’s who in the programming domain. Not golden rules or the word of God, but they definitely can serve as guidelines to...
View ArticleLibraries, Toolkits And Frameworks
This post has already been published on code::gallery blog which now has been merged into this blog. We come across a mesh of nomenclature regarding libraries everyday – Application Programming...
View ArticleWhy Binary Searches Can Break
This post has already been published on code::gallery blog which now has been merged into this blog. Binary searches and mergesorts can break, in fact, most of them will break because they follow the...
View ArticleResource Acquisition Is Initialization
This post has already been published on code::gallery blog which now has been merged into this blog. Software programs have to deal with resources (memory, files, mutexes, semaphores, database...
View ArticleImportance Of Coding Standards
This post has already been published on code::gallery blog which now has been merged into this blog. Dr. Dobb’s Portal has an article on code quality improvement via coding standards conformance. The...
View ArticleGenerate Regular Expressions
This post has already been published on code::gallery blog which now has been merged into this blog. Roy Osherov has created Regulator – a regular expression generator. And it has a nice visual...
View ArticleOvercautious Coding
This post has already been published on code::gallery blog which now has been merged into this blog. Michael Feathers illustrates nicely the problem of overcautious coding. The following should...
View ArticleSingle, Double And Multiple Dispatch
This post has already been published on code::gallery blog which now has been merged into this blog. These are mechanisms in object oriented programming languages to identify the funciton/method to be...
View Article