I had some code I was working on, but I left it checked-in on another laptop and never pushed it. I like mercurial, but sometimes DVCS really fucks with my head.
I bought a book on java. Could barely read it due to tiredness, but from what I did read someone needs a smack. '' for characters, "" for strings? Why? And
MyAwesomeClass Shiny = new MyAwesomeClass(blah, blah, blah);? Seriously? I realise it's probably unfair to bitch about Java after spending all of about 10 minutes reading a book, and I fully expect some lightbulb-over-the-head moment where it all makes perfectly reasonable sense. But fuck it, for now I think it's insane.
2 comments:
> '' for characters, "" for strings?
Most ALGOL/C-like languages do this, don't they?
Really? Damn, now I feel stupid.
Post a Comment