Tagged Questions

5
votes
20answers
2k views

Recommended Books for Software Engineering

What would be a recommended book for Software Engineering? The book should be covering the various stages involved in software development process, covering topics such as: requirement gathering …
2
votes
5answers
136 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?
0
votes
3answers
40 views

Design Real-Time Product Stock Management

Hi, I need to design a real-time product stock management engine (C# & WCF) but i don't know how to proceed in order to handle concurrency access and data integrity. Here is some of the features …
3
votes
7answers
191 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 …
11
votes
7answers
258 views

How to plan huge software projects?

We've started a huge project. We know what it has to look like but not how to implement it. We started by writing prototypes to test different implementations. What we're lacking is the overview of …
18
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
4answers
143 views

Risk Management Profile for Web Software Projects?

Hi, I'm about to start working on a "Software as a Service" website project. This is the first project of this kind I am going to work on, so while I am trying to anticipate any possible risks, I'm …
3
votes
4answers
65 views

Free team manager application ?

Hi all, recently I start to take a bigger responsability because I was developing a project and now is in production, so im coordinating the manteinance and other developments (with 6 more …
6
votes
7answers
119 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
3answers
131 views

What is the best design for polling a modem for incoming data?

I have a GSM modem connected to my computer, i want to receive text messages sent to it using a python program i have written, am just wondering what is the best technique to poll for data. Should i …
1
vote
4answers
51 views

project and develop a framework / class library

hi there, me and another guys would like to develop a framework. Our mission is to create something abstract and general enough to let us develop smartly a set of different web application (with the …
0
votes
8answers
102 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 …
33
votes
8answers
680 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 …
0
votes
2answers
41 views

Tips for good division of labor between Design, Development, and HCI

I'm curious how other large-scale development shops (web-focused) divvy up the work between Designers, Developers, and HCI/Consumability Experts. Obviously: Developers will be writing code …
4
votes
7answers
256 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 …

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