C/C++, C#, PHP, Project Management, Technology, Web DevelopmentHow to kill your time by hardcoding?Spend some time to make things configurable in start of a project to save hours of troubleshooting later in the project.Muhammad Jawaid ShamshadFebruary 19, 2010
C/C++, C#, Microsoft, PHP, Technology, Web, Web Development, WindowsCommon coding pitfalls developers should avoidIf result of a function is needed more than once then don’t call that function multiple times. Save the result of that function in a variable and use that variable instead. Muhammad Jawaid ShamshadJanuary 26, 20091 Comment