|
|
|
|
|
by oblio
166 days ago
|
|
You'd be surprised what you can do with Claude Code. Pick any mature programming language, including niche ones like Ada and treat the project seriously. Write detailed agent files, features spec files, start from the bottom with CI/CD and set up a test suite, coding guidelines, static analysis. Be careful to create a consistent architecture and code base early. You'll get a lot further and faster than you'd expect. Things will probably plateau as you master the new tech, but it's possible you'll not write a ton of code manually along the way. Oh, your general software development experience should help with debugging the weird corner cases. I imagine it's really hard to do this with 0 software dev experience, for example. Yeah, you'll build some simple things but you'll need and entire tech education to put anything complex in prod. |
|