Questions tagged [cowboy-coding]
The cowboy-coding tag has no summary.
9 questions
102
votes
10
answers
9k
views
What should I do when I've already waited too long between commits?
I was naughty... Too much "cowboy coding," not enough committing. Now, here I am with an enormous commit. Yes, I should have been committing all along, but it's too late now.
What is better?
Do one ...
39
votes
5
answers
5k
views
How do you disarm a cowboy coder? [closed]
I found a question (code cowboy on the team), but it was more related to "Ninja Coder" then the problem that I have.
I have a team member who is a pure living example of "Cowboy Coder".
I do ...
5
votes
3
answers
236
views
Is there a resource that explains the benefits of layered programming?
Let's say we have a winform application with a buttonclick event. The buttonclick handles everything from the UI configuration to the database call and data manipulation. So you end up with a method ...
68
votes
15
answers
18k
views
How can I convince cowboy programmers to use source control?
I work on a small team of devs, 4 guys. They have all used source control. Most of them can't stand source control and instead choose not to use it. I strongly believe source control is a necessary ...
5
votes
5
answers
997
views
Questions about TDD and unit testing
I am a junior software developer and I have been researching some of the practices in the industry to make myself better. I have been looking at unit testing briefly and I cannot see how the extra ...
17
votes
0
answers
1k
views
Is cowboy programming a senior approach? [duplicate]
Possible Duplicate:
Frankly, do you prefer Cowboy coding?
By cowboy programming, I mean a programmer just typing the code very fast without a semi-formal process.
I have a programmer that codes ...
73
votes
16
answers
12k
views
Is the agile approach too much of a convenient excuse for cowboys
I believe that an agile approach is best for projects where the requirements are fuzzy and a lot of interaction is required to help shape the end user's ideas.
However... In my professional work, I ...
24
votes
12
answers
4k
views
Are long functions acceptable if they have internal structure?
When dealing with complicated algorithms in languages with support for nested functions (such as Python and D) I often write huge functions (because the algorithm is complicated) but mitigate this by ...
76
votes
25
answers
21k
views
Frankly, do you prefer Cowboy coding? [closed]
Most programmers defending methodologies politically correct like Agile, Waterfall, RUP, etc. Some of them follow the methodology but not all of them. Frankly, if you can choose the methodology, you ...