5 Tips on improving Programming Logic
(FOLLOWING BLOG IS NOT FROM ME, BUT I FOUND IT ON INTERNET. INDEED ITS VERY HELPFUL... TRY IT...) ------------------------------------------------------------------------------------------------------------------ A lot of colleagues, friends and strangers (that I meet in meetups, etc) have asked me to explain how can they improve their programming logic. Though programming is mainly associated with the field of Computer Science, but writing good and optimized code is mainly an art. Like all art forms requires tremendous patience and rigorous practice, building gray cells for programming logic is not much different. I present this post/article to you on how you could too improve your programming logic. Tip 1: Learn the language ‘C’ You might be an expert .NET, Java or PHP developer, but I would recommend that you MUST learn ‘C. We all know why ‘C’ is the most powerful programming language, but I am not recommending learning ‘C’ to you because of its powe...