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
-
Elyz78096yWriting code under a lot of pressure does funny things. I handed in an assignment a few weeks ago and legit felt bad for the person who had to read it 😂 how did the contest go? When do you get results?
-
-
Elyz78096y@filthyranter it was a trick! To lure the rest of you into a false state of security and then smash that contest into the ground!
-
nedjima5136yI feel you mate, this reminds me of my wpf university team project. At least you don't have some horrible teacher to make you make diagrams of the software's architecture (not even UML) before you start coding. The project had to be done in 4 months, they made us waste nearly 2 months on that shit and they didn't even like it because of her incompetece in software engineering :'/
-
I would argue that the ability to write and more importantly reason about obtuse code like that when I gets a specific job done and you know it is definitely going to be thrown away is not a bad thing (so long as if there is any chance anyone else ever has to work with it that you clean that shit up) . Overly idealistic code puritans can be just as counter productive as code cowboys.
-
Condor324966yEh, for a one-time use like a contest I guess it's fine to bodge it together ¯\_(ツ)_/¯
Related video: https://youtu.be/lIFE7h3m40U -
Does it really count as bad architecture? I dont think bad class is a sign of bad architecture
Related Rants
My team's program for the Coding Contest.
Seriously.
Need I say anything other than
List<KeyValuePair<int, KeyValuePair<int, ...>>>
and
var v = list.Key.Key.Key.Value
var w = list.Key.Key.Value
?
But eh, it worked for the contest, that code is never to be seen again haha
rant
wk133