Comment by signa11
8 days ago
> When you go to write a line of code, how do you decide what to write?
depends ofcourse, what am i writing for ? a feature, a bugfix, refactor ... ?
8 days ago
> When you go to write a line of code, how do you decide what to write?
depends ofcourse, what am i writing for ? a feature, a bugfix, refactor ... ?
Let's say a new feature. Do you just type random letters, or do you have some kind of plan ahead of time?
new feature implies design document to gather the thoughts, followed by an intense review etc.
So... a specification.
3 replies →