Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

252
votes
34answers
5k views

Paralyzed by Design Decision (Junior Software Developer)

I am a junior software developer at my company. I am given a great deal of independence with supervision being limited to ensuring I am meeting deadlines and design goals. I enjoy the independence and ...
26
votes
14answers
2k views

How do you plan your day's work?

At the start of the day, I often just fire up my IDE and work on my current project until I get tired or finish a certain part of the project. But often that doesn't work out too well. Before I get ...
19
votes
9answers
1k views

How do you plan small work or hobby projects?

What tips to people have for getting hobby/home projects done? What tools do you use for designing & planning code? (Pen and paper, software, both?) Do you use software to plan and track your ...
17
votes
60answers
3k views

Managing my TODO list - how to get organised

What's the best way to organise my personal TODO list? and what tools are available for organising team TODO lists? Should I still be thinking in terms of TODO or are there better ways to manage my ...
16
votes
19answers
1k views

How do you make yourself productive doing hobby projects? [closed]

When you are working on hobby projects at home, how do you make yourself productive? Is it planning and self discipline? Do you make notes etc? Creating the right environment? Music? Silence? Good ...
15
votes
30answers
2k views

Time management tricks, tools & tips [closed]

Working with software day-to-day usually means you have to juggle project work, meetings, calls and other interrupts. What single technique, trick, or tool do you find most useful in managing your ...
13
votes
7answers
4k views

What is the best free test tracking software?

I'm not talking about bug tracking software (like Bugzilla or Jira). I'm looking for something that: Stores test specifications in text format Combines test specs into test coverage scenarios Keeps ...
12
votes
7answers
804 views

Scrum/Agile: How do you plan in internal improvements?

I have now worked on two different teams that use the Agile/Scrum approach in the last two years and both teams were eager to improve the way they approach software development. In the first team, we ...
11
votes
15answers
1k views

What are your feelings on functional specs? And Software design?

Does the functional spec help or hinder your expectations? Do programmers who practice the waterfall methodology, are they open to functional specs? I'm a web designer/developer working with a team of ...
11
votes
12answers
515 views

What are often overlooked steps to take before beginning a big project

Obvious steps that are easily overlooked or great tricks that you have learned to implement that make things come together smoother. Or even ways of doing brainstorming or mapping that have really ...
8
votes
3answers
361 views

How can I learn about writing project specs?

I recently read through Code Complete, and it recommends that I create a project specification before actually coding. The book didn't go very far into detail about what 'specs' are, and how they are ...
8
votes
7answers
835 views

Do you practice the planning game?

In our small development team we are adopting the agile way of developing our software. We try to stick to one month development cycles. At the beginning we play what we call "the planning game". The ...
8
votes
6answers
738 views

How do I plan an enterprise level web application?

So, I'm at a point in my freelance career where I've developed several web applications for small to medium sized businesses that support things such as project management, booking/reservations, and ...
8
votes
4answers
688 views

How do I calculate the “cost” of a crash?

Background: Some time ago, I build a system for recording and categorizing application crashes for one of our internal programs. At the time, I used a combination of frequency and aggregated lost ...
7
votes
1answer
294 views

How to develop a plan for your javascript

my exposure to web development has primarily, the front end HTML, CSS with some JQuery thrown in for simple animations. However I am working on a pretty big project right now for work. This will ...
7
votes
7answers
636 views

Proper Design of a MVC Project

I've been using Kohana for a couple months now, and am still relatively new to the MVC style of organizing your code/presentation/db-layer. Unfortunately, while there is plenty of documentation on how ...
7
votes
6answers
761 views

Whats a good process for writing story cards?

We are just going through defining our story cards for the next project. We have a good idea what the customer want through workshops We have a business requirement document that will be signed off ...
7
votes
15answers
2k views

Including quality into the software development project plan

What practically useful tips, tools, techniques, and general advise could you give to those development managers and contractors that are willing to make sure that the quality component of classic ...
6
votes
11answers
586 views

Startups and QA

Startups should have dedicated QA early in the process. Often, QA is added fairly late. My two-part question is: When should dedicated QA first be part of a startup effort and why? What skills ...
6
votes
11answers
652 views

Any tips on planning a large database

I usually fly by the seat of my pants when building my databases. However, my new project is going to need quite a bit of planning. I never went to school for database development so I have no formal ...
6
votes
6answers
3k views

What should be included in an Application Architecture checklist?

I'm trying to come up with a checklist or set of questions/criteria to assess and evaluate proposed or emergent architectures (perform architectural reviews). What are the most important questions ...
6
votes
9answers
4k views

Scrum Burn Down Charts: Tasks or Stories?

There are several ways to do burn down charts in Scrum. Some people suggest using the story points of unfinished stories left as your burn down charts in Scrum. Pro: Only finished stories lower the ...
6
votes
13answers
1k views

todo.txt and task management

Apologies if this has been covered frequently, but I was wondering about how other people approach personal task management. I've read (parts of) GTD, proceeded to get excited, installed a tonne of ...
6
votes
4answers
768 views

Web Design Process - Planning Stage

What I want to know is when you decide that you need to create a site, maybe for a customer, maybe not, what do you do? What is your process? What do you do in the planning stage to make it easier ...
6
votes
10answers
13k views

How do you organize and keep track of multiple (many) projects

As a contractor, out-sourcer and shareware author,I have about 5-10 projects going on at any one time. Each project has a todo list, requirements need to be communicated to other outsources and ...
5
votes
5answers
240 views

Suggestions on project planning?

This is not a programming question per se, but here it goes. I am a senior CS undergrad, and I started an internship this summer for a mid-sized software company. I've done a few freelancing jobs ...
5
votes
3answers
118 views

Designing interfaces: predict methods needed, discipline yourself and deal with code that comes to mind

Was: Design by contract: predict methods needed, discipline yourself and deal with code that comes to mind I like the idea of designing by contract a lot (at least, as far as I understand the ...
5
votes
1answer
783 views

How to create a highlighted calendar using LaTex?

I am not looking for a GANTT planning. I am looking for a calendar with the deadline on it. Do you know what is the best way to do that with LaTeX ? Thanks
5
votes
6answers
249 views

What is the acceptable upper limit of time allocated to a single development task?

When asked to estimate and/or while reading my coworkers estimates they often read something like this: Make new ############# page with feature ############## - 8 hours Create new ########## ...
5
votes
2answers
261 views

How do I get sufficient detail in planning and estimation when using TDD?

When planning a 2-week iteration in the past I have taken a user story: Story: Rename a file And broken it into tasks which were then estimated in hours: Story: Rename a file Task: Create ...
5
votes
6answers
175 views

What questions should I ask when trying to determine if a system should be redeveloped?

I've been involved in the assessing whether a number of our systems need to be rewritten from the ground up or if they should be partially rewritten, or if they should just continue as is with patches ...
5
votes
6answers
1k views

What are some web-based knowledge-base solutions?

I've used a WordPress blog and a Screwturn Wiki (at two separate jobs) to store private, company-specific KB info, but I'm looking for something that was created to be a knowledge base. Specifically, ...
4
votes
2answers
85 views

Reinforcement Learning With Variable Actions

All the reinforcement learning algorithms I've read about are usually applied to a single agent that has a fixed number of actions. Are there any reinforcement learning algorithms for making a ...
4
votes
2answers
102 views

How would you design email notifications for a threaded comments system?

The current system features plaintext comments on pieces of content stored in a mySQL database, and I'm looking to add email notifications. Current ideas: Emails to each user in the thread (no ...
4
votes
2answers
90 views

When is a good time to start thinking about scaling?

I've been designing a site over the past couple days, and been doing some research into different aspects of scaling a site horizontally. If things go as planned, in a few months (years?) I know I'd ...
4
votes
4answers
164 views

Algorithm for a planning tool

I'm writing a small software application that needs to serve as a simple planning tool for a local school. The 'problem' it needs to solve is fairly basic. Namely, the teachers need to talk with the ...
4
votes
7answers
667 views

Wiki or CMS?

How do your store your company's accumulated internal knowledge? Meeting minutes, software specifications, plans, notes about other organisations, documents for discussion and storage, agendas... ...
4
votes
2answers
163 views

How do you build a web-based RSS reader that doesn't mess up reader statistics for blog authors?

My company is starting work on building a web-based RSS reader that users can sign up to and track feeds; a lot like Google Reader. My first thought was that once I have a feed URL for a certain blog ...
4
votes
12answers
321 views

Progress Reports

I'm not talking about the kind you get in college, but rather implementing progress reports on the Job for developers. My thoughts in organizing a development team is encouraging and, to some extend, ...
3
votes
1answer
167 views

Logic programming in C

I am trying to implement some AI planning algorithms in C, but got stuck with the basic concept :) Before jumping to the main problem, I tried implementing some small framework that would support ...
3
votes
5answers
30 views

What should I call this behavior?

I'm looking to make a simple jquery plugin. It would typically be called on textboxes/textareas, its job would be to clear the textbox of all text when focus is put there, and fill it back with what ...
3
votes
5answers
122 views

Planning unit tests with TDD

When you approach a class you want to write, how do you plan its unit tests? Are there formal templates which you follow or do you use pen and paper/notepad? I am looking for some way to let other ...
3
votes
1answer
666 views

How to setup email account on Windows Phone 7 emulator?

I am developing an application in which i have to send email using default email account.
3
votes
1answer
122 views

Where are some good resources for word templates for programming needs?

For example, I have a wide variety of needs for templates, like in creating project plans, project specifications, requirements etc. But I have never created my own forms before, so it really helps ...
3
votes
4answers
199 views

Object planning or user-flow planning - which should come first?

When starting a new piece of software, do you find it more helpful do plan the interface and use cases first, or outline the objects that will need to be built? I can see an argument for the former ...
3
votes
3answers
813 views

Software Requirement Specifications for Web Applications

I'm looking for some guidance/books to read when it comes to creating a software requirement specification for a web application. For inspiration I have read some spec documents for desktop based ...
3
votes
6answers
331 views

Making decisions about the architecture of your project; what is your decision process like?

Many of us, who have designed and developed systems from scratch, have been in situations where you had to make tough decisions about the architecture of a project. Where did you, or would you, draw ...
3
votes
7answers
296 views

Best way to keep a large number of hobby projects alive; open sourcing?

Because my time is limited I can usually only focus on one or two of my hobby projects, while the others sit there wasting away. I am looking for a solution that would allow me to divide my time ...
3
votes
2answers
1k views

Best method for storing a list of user IDs

I'm working on a PHP/MySQL rating system right now. For the user to be able to rate the user has to log in. Each user has a unique "UID". There will be multiple rating instances on the website (one ...
3
votes
5answers
269 views

Is budgeting worthwhile for a software development freelancer or contractor?

As a software freelancer (contractor) does it pay out to budget for things such as marketing and advertisement, training, tools (i.e. business related expenditure) or just buy them ad hoc? Obviously ...

1 2 3