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
Comments
-
nibor2745121dBut that's the point when you should refactor, when it is working. If doing tdd you should refactor on every cycle, after making the tests pass
-
cmarshall10450593121dI thought everyone refactored code until it was clean and then I saw the SQL I had to convert to Spark Scala. It worked but the indentation and casing was all over the place. Using a case-insensitive language doesn't meant you should take that liberty.
There's lowercase, Uppercase camelCase, PascalCase and Pascal_Snake_Case. That's all for column names and sql commands.
Related Rants
Oooops, I hate Code Refractorring.
I know Code Refactoring is important.
But it's such a pain when you teach it at the end of the tutorial when the site is functioning exactly as you intended.
rant
code review
commenting
code refactor