Software Dev Philosophies




I like the idea of Cowboy Coding: https://en.wikipedia.org/wiki/Cowboy_coding
Cowboy coding is software development where programmers have autonomy over the development process. This includes control of the project's schedule, languages, algorithms, tools, frameworks and coding style. Typically, little to no coordination exists with other developers or stakeholders. A cowboy coder can be a lone developer or part of a group of developers working with minimal process or discipline.
 
Back
Top