Code is read much more than it is written so the comment at 3:30 is mute. The less line noise, the easier it is to read and the more braincycles I have left to actually solve my problem during the debug part of the cycle.
This is the reason that it DOES make a difference if you write
for a in list: code...
rather than
for(Iterator i = list.iterator(); it.hasNext();){ Item i = (Item) it.next(); code...
Comment removed
jsakltk 2 years ago
Seems like Mr. Deva got his English lessons from Bill Clinton, with all the "you know".
twocsies 2 years ago
You know I mean, you know...
If I know then why am I listening to the talk?
Individualism101 2 years ago
Its hard to understand him but it makes me feel diverse
KeukaRyder 2 years ago 2
lol, I give
Skipberkes 2 years ago
can youtube guys redo its audio without 'you know'?
hsachdevah 2 years ago
Mr ''U know''. lolz.
pravinpatil411 2 years ago 4
so Java 5 compresses the code for less typing?
TheRaizen33 2 years ago
Any debugger, no matter how efficient it is, will take away CPU time that could be used for doing actual work.
Besides that, you are totally missing the point.
The key to good software development is a good peer-reviewed-design and a good testing.
Coding is the last part (although it is the most fun)
Google this "they write the right stuff" and you'll see how software should be done.
It is the software that makes the Space Shuttle fly.
They don't "debug in the production environment" :-)
peppeddu 2 years ago 2
ya 'now ... that's good ... but ...
MalaTemporaCurrunt 2 years ago
Code is read much more than it is written so the comment at 3:30 is mute. The less line noise, the easier it is to read and the more braincycles I have left to actually solve my problem during the debug part of the cycle.
This is the reason that it DOES make a difference if you write
for a in list: code...
rather than
for(Iterator i = list.iterator(); it.hasNext();){ Item i = (Item) it.next(); code...
}
koloss999 2 years ago 2
Where can we get this debugger?
Frivolousjim 2 years ago 5
He does mention chrononsystems. com during the end of the talk, however the site seems to have a 'Coming Soon' notice for now.
vinayBw345 2 years ago 3
@Frivolousjim chrononsystems com
crum3100 1 year ago