|
|
|
|
|
by arduinomancer
1804 days ago
|
|
To me it seems like copilot only helps with local code, which is absolutely not the bottleneck (it’s maybe 20% of my time) I spend much much more time figuring out how to convert requirements to code and how to structure it non-locally (as in how it fits into the whole codebase) Also if you’re concerned with writing clean code, copy-pasting boilerplate everywhere is not the right approach, you have to actually think about interfaces and abstractions |
|