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!
team management
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?
How a Newly Joined Developer Affects How You Write Code
Software engineers tend to move between projects and companies quite often and working on a codebase that someone else built months or even years ago, can be quite cumbersome