Developers have their own, cynical kind of humour. Consider, for instance, Geek and Poke's view on how to insult a developer. But there's a better humour than posting stuff on a website. There are source code comments. Because you can giggle now, write your witty remark, and wait for your coworkers to discover your sense … Continue reading When Source Code Comments Indicate Trouble
Tag: Source Code
JDEclipse: A must-have Java Decompiler
I have recently discovered this new, must-have Eclipse plugin, which is very useful for those third-party libraries whose source-code you can't easily find or link into your Eclipse: JDEclipse. It doesn't only decompile byte code into Java code, it does so extremely well, keeping line numbers at the correct place, such that you can actually … Continue reading JDEclipse: A must-have Java Decompiler