|
|
|
|
|
by radicalbyte
43 days ago
|
|
I don't understand the people who "get the agent to do everything" for them. It just makes a mess if you do that. Yet if I spend a little bit of time setting a project up properly (including telling my minions exactly what to do) I can then get it to do the boring things for me. The very worst things you can do in a codebase are (a) not deeply understand how it works (have it be magic) and (b) be lazy and mess up the structure. How do you fix a problem which happens at 2:00am and takes your system down if you don't have an excellent understanding of how it works? Over time we're already bad at (a) because most developers hate writing documentation so that knowledge is invariably lost over time. |
|