Tagged Questions
The methodology tag has no wiki summary.
138
votes
20answers
10k views
How should I unit test threaded code?
Hot-on-the-heels of of my previous unit testing related question, here's another toughie:
I have thus far avoided the nightmare that is testing multi-threaded code since it just seems like too much ...
73
votes
29answers
8k views
Is Agile Development Dead?
There's been lots of articles as of late declaring that Agile, Scrum or XP are "dead" or are "circling the drain". While I personally don't think agile development is dead, I wondered what others out ...
58
votes
9answers
3k views
Is there hard evidence of the ROI of unit testing?
Unit testing sounds great to me, but I'm not sure I should spend any time really learning it unless I can convince others that is has significant value. I have to convince the other programmers and, ...
54
votes
30answers
4k views
Java: Out with the Old, In with the New
Java is nearing version 7. It occurs to me that there there must be plenty of textbooks and training manuals kicking around that teach methods based on older versions of Java; where the methods ...
49
votes
19answers
2k views
Software Engineering Papers
Please recommend me software engineering/methodology/practices paper. So far I have enjoyed:
Dijkstra : Go To Statement Considered Harmful (1968)
Nikalus Wirth : Program Development by Stepwise ...
45
votes
12answers
1k views
People not respecting good practices at workplace
There are some major issues in my company regarding practices, procedures and methodologies.
First of all, we're a small firm and there are only 3-4 developers, one of which is our boss who isn't ...
33
votes
17answers
2k views
TDD - How to start really thinking TDD?
I have been reading about Agile, XP methodologies and TDDs.
I have been in projects which states it needs to do TDD, but most of the tests are somehow integration tests or during the course of ...
33
votes
16answers
1k views
Is TDD overkill for small projects?
I have been reading quite a bit recently about TDD and such and I'm not quite sold on it just yet.. I make a lot of small hobby projects(just me) and I'm concerned if trying to do TDD is overkill for ...
30
votes
23answers
2k views
Pair programming means double cost per developer. Is it worth that money?
Pair programming in Agile requires us to double the salary paid to single programmer. Of course with such approach the quality of the code is far cry better, bugs are found much earlier and so forth, ...
25
votes
15answers
720 views
Are there any Debugging Patterns?
I know there are many popular and useful Design Patters.
Are there something like them for debugging scenarios? Maybe not patterns but methodologies which are categorized and that can be used ...
24
votes
12answers
8k views
24
votes
20answers
1k views
What are some reasons why a sole developer should use TDD?
I'm a contract programmer with lots of experience. I'm used to being hired by a client to go in and do a software project of one form or another on my own, usually from nothing. That means a clean ...
24
votes
18answers
16k views
What does a scrum master do all day? [closed]
To quote wikipedia:
Scrum is facilitated by a ScrumMaster, whose primary job is to remove impediments to the ability of the team to deliver the sprint goal. The ScrumMaster is not the leader of ...
21
votes
7answers
588 views
Book/topic recommendations for a programmer returning to programming [closed]
I used to be a developer in Java, PHP, perl and C/C++ (the C++ bit badly - the others not too badly, I hope).
This was back in the Java 1.3/1.4 days. We used raw JDBC, swing, servlets, JSP and ant ...
20
votes
13answers
3k views
Business Logic in Database versus Code?
As a software engineer, I have a strong bias towards writing business logic in the application layer, while typically relying on the database for little more than CRUD (Create Retrieve Update and ...
20
votes
6answers
17k views
Looking for clean WinForms MVC tutorial for C#
How to create a rich user interface Windows application, example Photo Shop.
I am looking for clean MVC tutorial for WinForms with C# somewhere. (Not ASP.NET MVC.)
Being new on the Windows Platform; ...
18
votes
8answers
796 views
Are there any serious scientific (psychological) studies about the ideal/maximum length of working time for a programmer?
Just curious. I know, in general, this is very subjective and can vary from person to person, but anyway - did anyone do some scientific research in this field?
18
votes
10answers
8k views
Basic steps for Agile software development methodology
What are the basic steps for Agile software development?
And how you start a new project with agile methodology?
17
votes
18answers
606 views
Should universities be teaching SCM/methodology skills?
Most CS programs these days do not teach skills such as:
source control
configuration management
integration (and continuous integration)
code readability (AKA how to comment correctly)
programming ...
16
votes
7answers
2k views
When not to use IoC and DI?
I see lots of articles saying how great IoC and DI are and none about why it isn't so great because it can make code more complex. I see also that IoC shouldn't be in the core part of your code but ...
16
votes
7answers
1k views
Is continuous integration worth it for small projects?
I've been pushing for continuous integration at my company since I joined 5 months ago, but having seen the type of applications we work on I'm starting to think that it might not be worth the effort ...
16
votes
5answers
16k views
Where to find the best user story template?
I want to implement user stories in a new project where can i find a good template or other ones used in agile development?
15
votes
7answers
598 views
Scaling Literate Programming?
Greetings.
I have been looking at Literate Programming a bit now, and I do like the idea behind it: you basically write a little paper about your code and write down as much of the design decisions, ...
14
votes
12answers
734 views
Has Agile really worked for you as a Developer?
I have met a lot of people for whom Agile has worked really well, and most of them tend to be managers and architects who plan and delegate the work. However I really haven't found much good ...
13
votes
13answers
1k views
How to stop Lean programming becoming Cowboy Coding?
My team has been progressively adopting more and more lightweight methodologies, moving from Scrum to Lean/Kanban where there is less and less formal process. At some point we will be back to Cowboy ...
13
votes
9answers
1k views
What is “Agile Development”?
I've been hearing a lot of buzz recently about "Agile Development", to the extent that a lot of job postings even list experience with it as a requirement. Now, I've read the Wikipedia article, and ...
13
votes
8answers
612 views
Why adopt a software development process?
Agile (SCRUM, XP, FDD, ...), Waterfall, RUP, ... Why would a small company bother adopting one in the first place. Why not just hack-away each project to completion (with a usual team size of 1~2).
...
13
votes
31answers
856 views
If your software development team is not following any design methodology, what is that called?
If your software development team is not following any design methodology, what is that called?
12
votes
5answers
369 views
Good resources for example process definitions of software development methodologies?
Is there any website specifically for sharing and accessing actual software development processes implemented in software organizations?
There are lots of resources that give advices and ...
12
votes
6answers
840 views
Object Oriented CSS: Catchy Buzz-phrase or Legitimate Design Approach?
It seems there is a new catch-phrase emerging in the web development field: object-oriented CSS.
On the face of it, this strikes me as simply being best-practice packaged up in a catchy slogan. I ...
12
votes
17answers
463 views
Developing on your own [closed]
In my company each developer is given a project to work on his own, so there is hardly any teamwork. I've been building software like this, without the discipline of a good methodology of development, ...
11
votes
3answers
679 views
How Agile, lean and Kanban relate?
I'm basically familiar with Agile methodology and Scrum.
But what is "Lean Software Development" and "Kanban"?
Is it safe to say that Scrum, Lean and Kanban are implementations of Agile ...
11
votes
9answers
567 views
Are embedded developers more conservative than their desktop brethrens?
I've been in the embedded space for a while now, and it seems that most programmers I talk to seem to be doing things pretty much the same way it was done 15 years or more ago: Waterfall(ish) ...
11
votes
6answers
1k views
Best Database Change Control Methodologies
As a database architect, developer, and consultant, there are many questions that can be answered. One, though I was asked recently and still can't answer good, is...
"What is one of, or some of, ...
11
votes
5answers
307 views
Memorable pedagogic programming experiments?
"Tell me, and I'll forget. Show me,
and I'll remember. Involve me, and
I'll learn."
We all have participated to some experiments with a teacher, a pro or a friend who wanted to make his point ...
10
votes
8answers
355 views
Ways to improve communication between members on a software team
As the team I am on works to formalize and establish more development practices, I find that communication seems to fail at the following points:
During an informal conversation about a project a ...
10
votes
12answers
2k views
Who should fix bugs in a Scrum/Agile environment?
In your opinion, who should fix a bug? A programmer, right? OK but really, who... let me explain.
I'm a Scrum Master across a number of Scrum projects. Scrum says 'ring-fence your resources where ...
10
votes
9answers
949 views
What are some solo developer programming methodologies?
What are some solo developer programming methodologies for smaller projects?
10
votes
10answers
618 views
Does the frequent change of requirements lead to spaghetti code?
If the requirements are changing frequently and you want to deliver your code in time so What is the best solution or methodology used to overcome going to spaghetti?
10
votes
8answers
729 views
Best way to induce good development practices at workplace
I work for a small company that has about 25-30 employees. We make software for the hydraulics industry and most of our employees are mechanical engineers who are self-taught programmers including me. ...
10
votes
9answers
792 views
How do you avoid Technical Debt while still keep true to Agile, i.e.: avoiding violation of YAGNI and avoiding BDUF?
Technical Debt via Martin Fowler, via Steve McConnell
YAGNI (You Ain't Gonna Need It) via Wikipedia
BDUF (Big Design Up Front) via Wikipedia
UPDATE: To clarify the question, I think I can also ...
10
votes
12answers
870 views
Pair programming
I'm very curious, how popular in the world (and I know that the stackoverflow community comes from different parts of the world) is pair programming. Have you ever worked/are working/will work in a ...
9
votes
4answers
186 views
In git, how can I find the revision at which a branch was created?
UPDATE: example repository, https://github.com/so-gitdemo/so-gitdemorepo
In the context of the github repo. How can I easily locate rev "b0430cee"? I know I can just look, but the real example that ...
9
votes
8answers
252 views
How do you maintain discipline when doing TDD?
When I get excited about a new feature I'm just about to implement or about a bug that I've just "understood", there is the urge to just jump into the code and get hacking. It takes some effort to ...
9
votes
6answers
2k views
Lazy loading - what's the best approach?
I have seen numerous examples of lazy loading - what's your choice?
Given a model class for example:
public class Person
{
private IList<Child> _children;
public IList<Child> ...
9
votes
12answers
1k views
What are some situations where Agile is inappropriate?
I have been hearing and reading about Agile for years. I own a book or two on it and I like the idea.
I am finally in a position where I could roll something like this out where I work, but I have ...
8
votes
5answers
132 views
Programming practice with a function
I have a function that returns an integer, however I would like to expand it to add a new param to it. With this param, however, the function would have to return an array.
Is it bad practice to ...
8
votes
4answers
253 views
Does Extreme Programming Need Diagramming Tools?
I have been experimenting with some concepts from XP, like the following:
Pair Programming
Test First Programming
Incremental Deliveries
Ruthless Refactoring
So far so good until I had a major ...
8
votes
9answers
1k views
What is the most effective way of dealing with overbearing “know it all” developers?
Just to clarify - I'm talking about a Scrum or Extreme Programming Team here not the old-fashioned command-and-control team from the waterfall era.
These are what Fred Brooks would call have called ...
8
votes
22answers
1k views
Can Scrum work with mediocre developers? [closed]
Anyone ever tried to assimilate Scrum to a team where most developers are just mediocre?
I mean developers who aren't the most tech savvy, has bad time-management skills, but most of all - lack the ...