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
-
got to say that's bull crap, as a developer you are supposed to be lazy and follow the DRY principle
-
tytho23168yI left a computer science program for crap like that. Mouthed off in front of the entire class, and I don't regret any of it. The only point of programming at all is to turn mundane tasks into automated and reusable ones, save others the trouble of having to solve the same problems over and over. If we have to reinvent the wheel for every freaking task, nothing useful would ever get done.
-
@tytho yeah I reused everything I could, just about every principle/ methodology in development is based in reuse. the fact that the teacher counted off for it shows that they never worked in the real world.
-
Numinex10868yI thought you meant css first and then you strated talking about the length of the string, I read it three times before I realised you meant c#.
-
@veslav you might not want to be sexist, but you are. Don't. You've had bad experiences, whatever, I've met more than enough highly skilled programmers who also happen to identify as female; don't be an asshat about it, some of us want to actually be inclusive about what we do.
-
veslav8808y@Zaphod65 It's about teachers. Not the ones working at a company. And it's about the first year of college. So she probably got into the job with little knowledge because you don't need that much for the job.
-
I'm a moron with programming, and I know how ridiculously simple this is. Your teacher sucks.
-
@veslav yeah, that's not going to fly either, several of the lecturers on my degree identify as female and were, again, extremely skilled, both as programmers and teachers. Take your bullshit elsewhere.
-
veslav8808y@Zaphod65 you are being so offensive to me right now. Calm down bro. No need for calling names and saying I should gtfo. Who do you think you are?
Related Rants
-
sonrisa37Best quotes from IT teacher: - "C# is a language to program your IDE." - "C# is a language for beginners, and...
-
PieInOblivion11I once brought my Kali Linux laptop to school. (Because normal had dead battery, waiting for shipping) MFW so...
-
Gerrymandered35I was in school and I got bored. I opened two command prompts and did what any scammer would do. I went to t...
In my CS class I turned in some assignments recently. Two of them were extremely similar: one was to test if a number was even or odd, the other to test if the length of a string was even or odd. I completed the first one and then started to work on the second one and decide to just call the isEven method from the previous lab so I can follow DRY (Dont repeat yourself) and not have to write the same code again. I turned it in and she took off points for it. -.-
undefined
school
homework