This is seriously cool, and makes me want to write Java code. I’d at least like to try it out. Read up on it at codebubbles.org. I know it’s a tough life, but view the original item on my blog to check out this video.
Verbose Logging
software development with some really amazing hairBorland C++ Builder 5, How I Hate Thee
I’m pretty sure Borland’s C++ Builder 5 is the worst IDE ever. It’s slow. If you try to use tooltips or code completion, it takes a good 5 seconds before anything shows up. On top of that, since they didn’t put the tooltip activity in a separate thread (I haven’t seen source code, but it’s pretty obvious), the entire application is frozen and you get the hourglass while it’s looking for something to display. Super. Not only does it take foreve...
Read the full article