Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Pharilax1306yHahah. It takes a bit to get used to recompiling every time you run the program. The beauty of old coding languages! :D
-
Lol, this made me giggle. It's also harder for c++ devs learning python because they wonder why they don't have to recompile to run
-
deodexed5746y@shelladdicted ++ for that, especially if you're learning, get a real IDE that avoid mistake like that and let you focus on the real deal.
-
I did something that remember this.
I was trying to make a simple fix on an old website. I had it configured to upload the changed files automatically. Spent some time trying to understand why the fix was not working, until I notice it were uploading to the old webhosting.
Started learning C++, coming from Python.
Just spent ~25 minutes searching for a problem - My code wasn't working like I expected.
Problem: Didn't compiled the program, kept running old code, didn't noticed
rant