Skip to content

Author: Vinit Kumar Singh

I write about leadership, execution and the transition from technical roles into organizational responsibility. My essays examine why capable teams struggle, why transformations stall, and how professionals grow from individual contributors into leaders. More about my background is on the About page. I read and respond to thoughtful responses. You can also reach me on LinkedIn.


Categories:

Why should we developers bother to Comment our Code!!

Post date:

Commenting your code is like cleaning your bathroom—you never want to do it, but it really does create a more pleasant experience for you and your guests. Because I’ve recently adopted a new mantra to use comments frequently and appropriately in my code, I spent a few hours researching the literature on commenting readability, reusability, […]

Categories:

Do I Need Design Patterns in Software Development?

Post date:

Software professionals may be familiar with the term “Design Patterns,” but many have no idea of where they come from and what they truly are. Consequently, some do not see the value and benefits design patterns bring to the software development process, especially in the areas of maintenance and code reuse. This article will bridge […]