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
-
I remember my test. I had to explain my teacher the code for 30 fucking minutes. 30. After school. I almost missed the bus... Till today I hate him.
-
Teacher commited to the grades repository and didn't know how to backout once he realized his error? XDD
-
(To what is horrible code:
for (int i = 0; i < length - 1; i++)
{
Console.WriteLine(nums[i]);
}
Console.WriteLine(nums[length - 1]);
It's just horrible and I have no idea why I did that.) -
@core Also, the reason why I didn't use the last index is because the "stop value" which we had to use (I know better ways to end a program...) was also stored in there.
Related Rants
Today I got my programming test back. 50/50 points. I only deserved 40 of them, since I wrote horrible code, so I told the teacher "I don't understand my points." His reply: "I also don't understand." I was laughing for at least 5 minutes 😂
undefined
horrible code
undeserved grade
i feel bad and good at the same time
test