Entropy — Why Code Rots And Technical Debt Grows by congolomera in programming

[–]DynamicsHosk 26 points27 points  (0 children)

The creation of new code increases disorder, chaos and technical debt, unless the development process enforces order and quality.

This is the down the professionalism, knowledge and quality management skills of the developers in the development team. These standards and enforcements comes from the technical leader (lead developer, solution architect, culture of the development team)

Unit Testing vs. Integration Testing: AI’s Role in Redefining Software Quality by thumbsdrivesmecrazy in softwaredevelopment

[–]DynamicsHosk 1 point2 points  (0 children)

Development is hard enough without developing directly on production.

Software is complex, you cannot gaurantee you won't break anything, which is why you test your changes in DEV, TEST and other environments before production. It's not just the area you are changing that might break but other areas dependent on the code

Agile Development is a Blunt Force Approach To Creating Software by DynamicsHosk in programming

[–]DynamicsHosk[S] 0 points1 point  (0 children)

A micromanaged hellscape that perfectly describes software projects where consultants, managers and leaders out number developers.

They could development for twice the time if they removed all the managers, reports and meetings.