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
-
b3b343777yOur teacher wants us to draw those diagrams too. And I'm like nooooo. It needs so much time. I hate them. Buuuut when coding I always draw my code randomly on a paper (can look pretty ugly) and eventually use my calculator to test it. I hate my teacher and those diagrams to be like "noooo it has to be exactly like that. This line is 1cm to much on the right side" and I'm like "k? The fuck?"
Are you guys following the rules that strictly? -
I'm all for design, but in my experience UML is becoming a less and less relevant design tool.
-
scroach13437yThe moment you're done with your UML its already deprecated and will never be updated again...
-
You guys all do UML diagrams in your head and don't even know it (in some form or another). But I think the core meaning that we should take away from this rant... is that the dev who said this, probably didn't go to college and is probably over compensated for their work.
-
mhudson12937yDoesn't have to be UML, but you'd better be planning and laying things out before firing up your IDE.
No planning/on-the-fly-programming is the shortest path to unmaintainable spaghetti. -
scroach13437y@mhudson I don't agree with you there. Most of the time I do exactly that: firing up the IDE and creating interfaces / dummy classed and TODOs arround the code to get a feeling how it will look. And in the process refactor>move/extract etc.
-
mhudson12937y@scroach you may be an anomaly. I've worked in a lot of different places, with a broad spectrum of developers, and for the most part, the ones who didn't take time to plan made the least maintainable code.
-
Snob20927yWow and we even had a subject that taught us half a year long how to create UML diagrams.
-
Froot75567y@greenhouse Oh bugger off.
I think you put to much value on collage education. It's good of course but if you don't have the right mindset and approach to problems you'll create shit code no matter how much education get exposed to.
I think the main take away of your comment is that you're someone who is desperate to prove that you're superior because went to collage.
Yours sincerely,
a self taught dev -
Froot75567y@greenhouse Wanna be c++ engineer? Where'd you pull that out from?
Are you upset that I called you out? -
Froot75567y@greenhouse Ah now I see, you went desperately searching through my posts to find anything to come back at me with. I thought you referred to my comment here.
So what's the problem with wanting to learn c++? Or are you trying to use the fact that I don't yet know c++ to claim your superiority? That would be pretty juvenile don't you think?
Related Rants
Lecturer :" Never ever create UML diagrams because it is a waste of time. Only people who can't code create these stupid things. Just sit down and start coding. "
undefined
wk66