6

So as a student developer with years of background in web development (including both front and backend), c++, java and c#, I was more than surprised when I found out my Informatics assignment hadnt received the proper excellent mark. In fact both me and a friend of mine who has been working with C++ in particular for years got a --mark.

// The assignment was the most simple Windows Forms Application with 2 buttons and a textbox

When we asked about that the teacher said we hadn't labeled the buttons and textboxes, though we had actually taken our time to put labels next to each UI element that would need usage directions.

Though what she meant was renaming the actual variable names, those being textBox1, button1 and button2.

We of course got really mad, because w both follow the accepted naming conventions for each of the languages we write in. Arguing was to no avail. Even telling her that variable naming was not in the assignment instructions was pointless as she said it had been self explanatory​..

The others for whom computers are powered by magic, did their assignments as they had memorized everything that teacher had shown them. Why? Because she didn't teach them how to code in the first place. So they copied what would work.

Fucked up educational​ system, sadly nothing new..

Oh and btw, the naming she uses and teaches students to use is:

button1 - btname
label1- lbname
textBox1 - tbyear

Comments
  • 4
    I'm on her side. Clear variable naming is *never* optional. Ever. You dun goofed.
  • 1
    I'm not takin sides here. Money is money if you can get cash for your code then you shouldn't worry about opinion of ppl who doesn't pay u.
Add Comment