top | item 46297571 (no title) amw-zero | 2 months ago When you go to write a line of code, how do you decide what to write? discuss order hn newest signa11|2 months 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 ... ? amw-zero|2 months ago Let's say a new feature. Do you just type random letters, or do you have some kind of plan ahead of time? load replies (1) adverbly|2 months ago Honestly? I usually look at the previous implementation and try to make some changes to fix an issue that I discovered during testing. Rarely an actual bug - usually we just changed our mind about what the intent should be.
signa11|2 months 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 ... ? amw-zero|2 months ago Let's say a new feature. Do you just type random letters, or do you have some kind of plan ahead of time? load replies (1)
amw-zero|2 months ago Let's say a new feature. Do you just type random letters, or do you have some kind of plan ahead of time? load replies (1)
adverbly|2 months ago Honestly? I usually look at the previous implementation and try to make some changes to fix an issue that I discovered during testing. Rarely an actual bug - usually we just changed our mind about what the intent should be.
signa11|2 months ago
depends ofcourse, what am i writing for ? a feature, a bugfix, refactor ... ?
amw-zero|2 months ago
adverbly|2 months ago