Git Merge: To Squash Or Fast-Forward?
When merging branches with Git what merge strategy should you use? Fast forward and squash are great options in certain scenarios.
When merging branches with Git what merge strategy should you use? Fast forward and squash are great options in certain scenarios.
What does my new position as a tech lead entail? I go to meetings! And, more importantly, I mentor the software engineering team I’m a part of.
Software development ALWAYS takes longer than expected. There will always be unknowns that crop up. Make sure to plan accordingly.
This post addresses several of the common arguments against taking the time to implement unit testing.
This post in my unit testing series addresses the benefits of unit testing in general and in specific to the roles of Project Management, Developers, and QA.