Elixir Programming Language Forum
How much do you still code yourself?
With AI doing more of the implementation work, I’ve been wondering how much coding I should deliberately keep doing myself. My main concern isn’t whether AI can write the code. It’s keeping my own skills sharp: writing Elixir naturally, keeping editor keybindings in muscle memory, remembering APIs and patterns, and being fast when I actually need to debug something. I’ve noticed that reading and reviewing generated code doesn’t seem to stick in long-term memory the same way actually writing an...