Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

12
votes
5answers
4k views

How to write a functional specification?

We always write functions or classes and their logic is very complicated. If there is no specification for these structures, later it will be hard for even ourselves to grasp the ideas. How do you ...
5
votes
2answers
639 views

Writing functional specifications for games

I've been reading Joel on Software recently and so I've become pretty sold on the idea of writing functional specifications before getting too involved in development. I'm about to have a go at ...
1
vote
0answers
300 views

Functional Requirements vs. Solution Definition?

When writing up Functional requirements, is it best practice NOT to incorporate the solution definition into the document? Many of the site I work on have a solution already defined - such an open ...