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
-
th3113397yWhy don't you challenge yourself to write more maintainable code that your colleagues can review?
-
8bits1427y@th31 i like how you said it as if I haven't tried it out lol maintainable sql ..., debugging sql is known to be as a pain in the ass, there is a trade off in this case efficiency vs maintainability/simplicity/readability etc the sql I write is usually computes data from different tables for statistical purposes ... Meaning one sql block my contain several joins, window function.
All this can be separated in to smaller sql statements, but eventually I'll have to join and compute the data returned from the sql in python or any other language meaning loops and other funky stuff ... This will improve the sql maintainability/readability but not the code that computes the data
Related Rants
-
pandas4New flat. Still no internet. Time to do some reading
-
ILikeSushiRolls4Today in algebra I got bored and wrote "<hand>" on the back of my hand and "</hand>" on the top of my wrist, I...
-
pavloglez5I'm planning on making a band called Bar Fighters and will play songs like Integer Or Long, The Renderer, Te...
I earned the title of "sql king" due to the complexity of the sql I write (not proud of that because it makes maintainability hell) . It's pretty cool except sometime I feel like I can write shit code and ship it to production just because none can review my code properly or rather spend enough time understanding it,
basically I am not challenged enough...
What do you guys do if you are not challenged or bored ?
Never contributed to an open source but it might be the solution
question
boredom
not challenged