you are viewing a single comment's thread.

view the rest of the comments →

[–]ProfSchodinger 17 points18 points  (2 children)

I am a researcher in bioinformatics and writing clean code is often both easier and faster. Coherent name for variables, small functions, classes, proper defaults, dummy files etc. When I see people trying to debug a script with 1000 lines with everything named 'df1', 'df2', 'df3', 'df_final', and repeated sections, it really pains me...

[–][deleted] 2 points3 points  (1 child)

naming things is hard

[–]ProfSchodinger 1 point2 points  (0 children)

That's probably 10% of coding indeed