16

Partly !rant

Another small story about my "teacher".

Today we got told again that we need to develop a personal programming style. I asked him how we were supposed to do that while being restricted by his demands. He tried to justify this with bullshit about how to not declare variables. As i told him that wasn't my point at all he stuttered and couldn't say anything. I got officially allowed to use everything i want! VICTORY SCREECH

(But restricting students on which commands they are allowed to use is still bullshit imho)

Comments
  • 4
    Computer science degree, c exam (on paper) the professor failed me because I used functions and libraries she did not explain on the lesson (and that she did not understood)I had to learn by heart her lesson to pass the exam
  • 2
    Carefull. "Personal style" is bad for teamwork....
    Also Coding on paper is really really dumb...
  • 4
    @magicMirror in school we are not required to do teamwork programming. My personal ethos is to write code as efficient and understandable as possible. I leave comments, i use reasonable names for variables and i try to follow standard coding conventions.
    Can't speak for my classmates though. I understand want your point is but i think my teacher just wants us to find a way to write code.
  • 2
    @KittyMeowstika I'm pretty sure your teacher does only academia style coding. I.E very very bad cofe....
  • 2
    @magicMirror yes he does. He's never been outside of school. Thats why i'm relaying on my partner or the internet to teach me.
Add Comment