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
-
Ah yes, the "it's impossible for ugly functional code to exist" crowd. They're surprisingly stubborn too. If you show them functional code that's clearly ugly, they usually just claim it must be OO code instead.
-
bad-frog5524yi understand that as elegance in simplicity.
im writing mostly in C tho, so everything i make looks like a jungle at first look. especially i use jump tables and i use those to make my code branchless. where beauty comes in is in the relations between my objects, the elegance of the solutions, and the speed.
you could say my code is hippie skank inner beauty crazy sex kind of deal. -
@kiki I mean, you did post it on devrant, so it's not a completely unreasonable conclusion...
-
If something isn’t beautiful and you think it’s functional, you should rethink your definition of functional.
If something is functional and you don’t think it’s beautiful, you should rethink your definition of beauty.
— Some moron, 2017
random