#software-development
Read more stories on Hashnode
Articles with this tag
Topics Covered Bounding Upper/Lower Bound Big O Omega Theta
Learn about the code smell of misplaced responsibility and how it can affect your codebase. ยท Misplaced responsibility is a code smell that refers to a...
GIT Series: https://makereading.com/series/git Introduction Git's "add" command is used to add changes in your working directory to the staging area....
Mercurial and Git are both distributed version control systems, but they have some differences in terms of their design and implementation. Design:...
Git Series: https://makereading.com/series/git Introduction The .git folder is a hidden folder that is created when you initialize a new Git...
As a developer, I always had this question, why the name origin is used in git flows. And I got the answer, The name "origin" is the default name that...