|
|
|
|
|
by gjvr
1963 days ago
|
|
Yep, feedback is valuable. And the earlier the more valuable (it's like NPV...). I love coding so much, and find it really hard to express ideas in natural language, so that in the end documentation... doesn't happen as much as it should. What I find that really helps is the following: 1. Write down architecture specs (with interface specs etc), before coding. Not bloated, but really minimalistic.
2. Review these ideas with peers.
3. Happy coding and refine the docs. |
|