Why You Should Prioritise Code Readability .. Even Higher Than Performance!

When writing a piece of code, There is parliament session going on in my mind. One party wants to maximise the code efficiency, performance and resource consumption while the other party thinks about the maintenance of the code in long term. It's like a hot debate with a lot of Objections! from either party. Over … Continue reading Why You Should Prioritise Code Readability .. Even Higher Than Performance!

Advertisement

What Is git and Why It Is Used For Software Development?

When software is being worked on by a team of engineers, to increase productivity and decrease dependency, they usually work on different features. That means each developer work on a feature/story and will add/change various files. This can sometimes cause conflicts since multiple developers may need to change the same file. A change conflict is … Continue reading What Is git and Why It Is Used For Software Development?