DEV Community

Discussion on: 10 mistakes I made when I started programming

Collapse
 
msedzins profile image
Mirek Sedzinski

Very good article.

One remark:
what contains your master branch is actually a part of your release management process and many times it will not be a production code. See for example Kubernetes project - production releases are in branches and master branch is used for ongoing development.
Which of course doesn't mean that the code should not be tested.

Collapse
 
thodwris profile image
Theodoros Kokosioulis

Sure! It depends on the infrastructure you use every time!