Andreas-Utkilen / elevator-go

1 stars 0 forks source link

Better code quality #7

Open NicolaiAdil opened 3 months ago

NicolaiAdil commented 3 months ago

Change code to comply with code quality slides and curriculum.

Resources in the subject:

Lecture video Slides SMC - Chapter 6-7-11-32 - Code Complete

Go style guide:

https://google.github.io/styleguide/go/

NicolaiAdil commented 3 months ago

Change name Finished to TimeFinished in struct Order to make it easier to understand that it is a time, and not a boolean.

NicolaiAdil commented 3 months ago

Following https://go.dev/doc/comment. Currently added package comments

NicolaiAdil commented 3 months ago

Implemented early returns where possible.