Skip to main content

Questions tagged [cowboy-coding]

102 votes
10 answers
9k views

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 ...
durron597's user avatar
  • 7,610
39 votes
5 answers
5k views

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 ...
Adronius's user avatar
  • 565
5 votes
3 answers
236 views

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 ...
P.Brian.Mackey's user avatar
68 votes
15 answers
18k views

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

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 ...
Stuart Blackler's user avatar
17 votes
0 answers
1k views

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 ...
Armando's user avatar
  • 1,736
73 votes
16 answers
12k views

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

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 ...
dsimcha's user avatar
  • 17.3k
76 votes
25 answers
21k views

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 ...
AArteDoCodigo.com.br - Maniero's user avatar