Tagged Questions

1
vote
2answers
100 views

Has Agile methodology produced any complex products (not projects) that have shipped for more than 3 years? [closed]

Can you point to any one product from a serious product development firm (Microsoft, Oracle, Veritas, etc), that has been shipped for more than 3 years and was built from the ground up using a pure …
2
votes
5answers
194 views

#ifdef - hell on earth? [closed]

What I've noticed from my professional embedded C career is that most programmers loves to sprinkle the code with #ifdef. In my opinion #ifdef-hell creates code which is impossible to maintain, …
1
vote
11answers
248 views

Is there a place for well thought out, creative, clean, and tidy code in commercial software development?

Let me set the scene. The Scene We're a web development company, and so we work within a highly distributed environment. DB Servers, Services, Web Services, Front-end, Back-end, etc etc. I'm not …
1
vote
6answers
58 views

Process, Tools, Management Techniques Required For Re-engineering A Java Software Project

I am part of a new team attempting to develop a new Java software system out of a legacy code base (also written in Java) that's rotten to the core. For company political reasons we can't ditch the …
2
votes
8answers
63 views

Communicating task lists with another programmer on a hobby project

I am going to be starting a hobby project with a friend, but we'll need some (free) way to organize and store tasks, bugs, etc. What tool do you recommend to do this? can something stored through an …
9
votes
9answers
237 views

Software development crash course

Hey guys, I need a urgent crash course on software development. We are about to start a major project at work. The project is a huge web application and I have been chosen to lead the team. The …
19
votes
26answers
1k views

How can you be a quality programmer in a programming team?

How can you be a quality programmer in a programming team? Despite office politics and social indifferences and unrealistic timeframes.
2
votes
6answers
113 views

How crucial is Model View Controller pattern for software?

Hi all, I just attended an enterprise architecture session at my firm. The architect (astronaut) made a strong statement within the first 10 minutes. "If your software does not use the Model View …
33
votes
8answers
712 views

Multiple Programmers in Software Development. How do we work on the same code and it always be updated??

This seems like something I should know by now, but for whatever reason I do not. I also am not having much luck searching on the topic. A friend and I are starting a simple project together away …
3
votes
7answers
197 views

Is agile development for the lone developer? [closed]

Possible Duplicate: Can Agile/Scrum be used by 1 or 2 developers? I am the only developer in a small company and would like to know if agile practices would help or are they more for teams of …
6
votes
7answers
123 views

What amount of documentation is needed for a non-trivial one-man software project

I have been writing software for about 2 years and am now in charge of determining what documentation is to be produced for software projects in my department due to being the only developer at the …
4
votes
7answers
263 views

What are the boundaries or scope definitions of HTML5 development?

From reading the mailing lists and looking at the specification I cannot tell what the limits of HTML5 are as a software or programmatic technology. I have seen where they have attempted to …
0
votes
8answers
109 views

Do good tests enable sloppy coding?

Let's say you're coding, and you come across an opportunity for simple code resuse (e.g. pulling a common piece of code out to an accessible place like a Utility class or base class). You might find …
2
votes
5answers
144 views

How to store sensitive data (e.g. passwords, API keys) in Cocoa app?

I need to provide some passwords, API keys and similar sensitive data in my code. What are best practices in that regard? Hard-coded? SQlite? Some cryptographic framework?
46
votes
22answers
4k views

Why does every man and his dog want to code a blogging engine?

Cal Henderson (of Flickr fame) gave a keynote "Why I hate Django" at DjangoCon 2008, which is well worth a watch for many reasons. In one bit he asked how many of the audience were working on …

1 2 3 4 5 19 next
15 30 50 per page