Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
That is actually the opposite of how you should teach programming hahah. Imagine if a math teacher did that... /:
-
The main difference between the for's and the while's is a matter of pragmatics: we usually use for when there is a known number of iterations, and use while constructs when the number of iterations in not known in advance.
-
Orn-4518ymy web dev teacher either used notepad or Dreamweaver and only her codes were correct which consists of nothing but inconsistent indentation
-
flag020328yI too have one of those. loves to pull things as far as they go meaning writes codes spanning 10s of lines for things that can be done in a sane way with 4 lines. really grinds my brain.
@xroad yup. -
flag020328y@fmi11 nope. everyone here is stuck on an ancient version of turboc++ for C++. it's not even their final release
This was when I was pursuing my bachelors degree. One of the professors was of the opinion that only her code was right and anything else is wrong! For example if she did something with a for loop and I did the same with a while loop, my answer would be wrong -_- What the hell -_-
(Also, often her code would be wrong too and sometimes wouldn't even compile.. She used Notepad btw)
undefined
stupid professors