ghazalghorabi / TDA553-lab1

0 stars 0 forks source link

Don't mix languages #26

Open martinjonsson01 opened 1 year ago

martinjonsson01 commented 1 year ago

You're using both swedish and english in your code right now. It's not a good idea to mix multiple languages, so pick one and stick to it. Usually it's much better to go english-only, since all of the existing code you will be using is written in english.

(side-note: methods shouldn't begin with a capital letter, only types like classes should) https://github.com/ghazalghorabi/TDA553-lab1/blob/01f3360df2ab6d8a3dae4522fac81312009bb5d9/src/Platform.java#L8

https://github.com/ghazalghorabi/TDA553-lab1/blob/01f3360df2ab6d8a3dae4522fac81312009bb5d9/src/Platform.java#L4