Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×
User Journal

Journal stoolpigeon's Journal: Semicolons 9

Almost all the coding I've done in the last couple years or so was in Python.

I finished my first homework assignment for my Android class and started the second. The first required zero programming and the only files I edited were xml. For the second assignment I'm doing something a little more ambitious and actually writing a little Java. Stinking semicolons. I keep forgetting those little buggers.

I mentioned the IDE thing - holy cow have they gotten more useful. When I want to use some library I just start typing in what I want in the code and a quick keystroke automagically adds the import. Good gravy. The UI editor - if I add a hard coded string - a couple mouse clicks and it generates the necessary entry in the strings.xml file for me. I don't even have to go look at it. It's weird. It takes me back to my old VB 6.0 days.

On the up side with the semicolon - at least I use a US keyboard. On the Hungarian keyboard it requires using ctrl+alt along with another key.

This discussion has been archived. No new comments can be posted.

Semicolons

Comments Filter:

Genetics explains why you look like your father, and if you don't, why you should.

Working...