Mahmoud-Ismail98 / parking-lot-system-object-oriented-cpp-project

1 stars 0 forks source link

Good practice #3

Open afesheir opened 5 months ago

afesheir commented 5 months ago

It is a good practice to not include the .vscode project file and output.exe in your repository.

afesheir commented 5 months ago

Also, consider having a directory src for your source files, and inc for all header files. Update makefile accordingly.