|
> It does seem I am out of touch with how programmers write their code then :-( > > I thought Tabs would have been shunted because of stuff like edit and Nano, but > probably because everyone is using Vis C style compilers now and have long since > abandoned other editors, it doesn't matter. > > Time for me to think about embracing the formally evil tab :-(
It's not THAT evil :) I reckon you'll get used to it fast enough.
> While we are on the topic (on the off-topic topic), what about other stuff, e.g.
> Which is most like you? Mine would be the middle one, although my style is quite > confused at the moment. > I'm using Java method names and variables, but beginning to tire of it, and > might switch back to starting method names with capitals. Really don't know what > to do about locals, I tend to just try and squeese in short ones like "thisnode" > or "timenow" or something to avoid thinking about it!! What a cop-out :P > > One thing I am sure of, Hungarian sucks big donkey balls. Agreed?
I predominantly start with capitals, but sometimes inadvertently stray and also do Java method names and vars stylings as you are doing now. I'd also hope to see some more replies and get a fix on what is more popular myself...
I think Hungarian has fallen widely out of favor a long time ago :)
-DX
|