-1
Ask Lemmy: What do you currently use for AI coding?
(lemmy.world)
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Follow the wormhole through a path of communities !webdev@programming.dev
If I can't remember a specific interface I can not judge if would be the right tool for the given job. Using suboptimal tools is bad architecture for me.
That's just a simple example.
It took me about 8 weeks to get back up to my old productivity, and suddenly code that looked perfectly fine from agent backed project's give me nightmares.
Not remembering an interface is easily alleviated.
Forgetting core architectural principles - which are the cornerstone of good architecture - cannot be fixed that easily.
Micro details, specifics, are what the docs are for. You don't need to remember the specifics as long as you have the understanding of what the thing does.
Macro details - appropriate information and event pipelines, SOLID, KISS, etc., are what architecture is about. You can write the best micro-scope code if the end result on a macro level is spaghetti that would feed Rome for a year.