| ▲ | hjort-e an hour ago | |||||||
I guess it depends on what you feel coding is. To me it's the architecture planning and reading other people code, not just writing code. If we say it's just typing, then 95% is not absurd no | ||||||||
| ▲ | skydhash an hour ago | parent [-] | |||||||
> it depends on what you feel coding is. To me it's the architecture planning and reading other people code, not just writing code And that would be where we disagree. I don’t read code to look at code. When I’m reading code, I’m looking for the contracts to follow when interacting with a system. It would be nice if it were documented, but more often than not you have to rely on code. It’s very rare that I plan with a technical mindset. Yes I use the jargon, but it’s all about the business needs. Which again create contracts. Same with writing code. Code is like English for me. If I don’t have a clear idea on what to write, I stop and do research (or ask someone). But when I do, it’s as straightforward as writing a sentence. | ||||||||
| ||||||||