General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
p11
Continuous Delivery
comments
Comments by "p11" (@porky1118) on "Is This Why You’re Bad At Programming?" video.
I agree about your opinion of feature branching, but not in all cases. Basically two cases: - interns or new employees, who I don't fully trust yet, especially when they touch important pieces of code, which will probably break everything for everyone (also addressed in the video) - experimental features, until I'm sure, it will make it in
6
I don't really get these complicated ways to design software anyway. Often you just need common sense. If you know, what you want to do, just do it. Try to use the simple method instead of the difficult one. Ensure extensibility in case you might need to extend it later. If it doesn't work as expected, try to find a different solution.
2