hpi-swa-teaching / SketchMorph2

(SWT22-06)
MIT License
5 stars 1 forks source link

Refactor code to conform with Coding Standards #73

Closed ClFeSc closed 3 years ago

ClFeSc commented 3 years ago

I took some time and refactored the code base to conform with our Coding Standards. I addressed all points excluding

Breaks in blocks, loops, etc.

and

Alphabetical sorting of instance / class variables

I made a commit for each rule so we can individually review and/or remove them as necessary. I think that there will be many points which can be further improved, both regarding things I missed and things I did not quite right. I also don't want to build any pressure to review or even merge this PR soon, it should just be a starting point.

ClFeSc commented 3 years ago

I'll no longer pursue this PR. It is very much diverged from dev since it was made before the Zoom. For most of it we now have #96, and I'm also not really happy with what I did here for things that #96 doesn't fix.