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
-
Voxera115856yDont need to.
C# has an option on breakpoints to output to console instead of breaking so pure write statements are not required there.
And in js or typescript its not a big problem if you dump to console as only other devs will see it and they could get the info anyway. -
aritzh7536yI hardly ever have so many debug prints, that it is worth find and replacing all. For small projects (and I mean REALLY small), I can keep track of where those lines are. Anything bigger than tiny, I use s logging library (not really a Java user anymore, but log4j was good enough when I used it). Then it is just a matter of changing the log level.
-
pnpninja546y@justmove nah bruh. Eclipse is good enough for me. You just gotta add whatever plugins you need
I have Webclipse, STS AND CodeMix -
justmove7366y@pnpninja I thought so too. I'd never ever ever ever go back. ever :P but to each their own
Who else do this after completing the project 😅
joke/meme