ghazalghorabi / TDA553-lab1

0 stars 0 forks source link

Splitting up commits #23

Open martinjonsson01 opened 1 year ago

martinjonsson01 commented 1 year ago

Each commit you make is supposed to be an independent "atomic" piece of singular work. Try to split up your work into more commits!

Commit messages like these are redundant, since git includes the date for each commit: Dec 6

Commit messages like these are clear signs of combining too much work into a single commit. Make commits often, instead. Worked on Shop, did LOAD, UNLOAD, RADIUS + testing Removed redunant test,truck test only in TruckTest Better naming, some comments + reflection2

Commit messages like these are good! added missing "}" Implemented interface for CarTransporter & Carshop (you could have specified which interface was implemented, though)