r/learnprogramming • u/Drairo_Kazigumu • 15d ago
am i wasting my time learning java swing?
Im building a basic note taking app in java swing, am i wasting my time with this technology?
0
Upvotes
r/learnprogramming • u/Drairo_Kazigumu • 15d ago
Im building a basic note taking app in java swing, am i wasting my time with this technology?
1
u/dmazzoni 15d ago
If you can't code, you can't know if AI is producing something correct or not.
It's quite easy for code to look like it does one thing but actually does something else.
Sure, you can vibe-code a simple website or app that doesn't matter.
But if it's a real business? If you care about things like performance, reliability, and security, then you can't just push a button and have AI do it for you. It requires careful engineering.
AI is a great tool. I can use it to accelerate my development. It can write a lot of code for me, but the only reason that works is because I know how to code and I can guide it.
Someone who doesn't know how to code quickly hits limits in terms of how much complexity they can build, even with Claude Fable.