▲ | skydhash 3 days ago | |
Everytime I see these tips and tricks, it reinforces my viewpoint thag it would be more productive to actually learn the abstractions of your framework and your tooling. Instead of wrestling with a capricious agent. Thinking is always the bottleneck, so what you need most are: - A reduction of complexity in your system. - Offloading trivial and repetitive work to automated systems (testing, formatting, and code analysis) - A good information system (documentation, clear tickets, good commits,…) Then you can focus on thinking, instead of typing or generating copious amount of code. Code is the realisation of a solution that can be executed by machines. If the solution is clear, the code is trivial. | ||
▲ | wahnfrieden 3 days ago | parent [-] | |
You can do both |