Is a simple class based implementation of how spectrophotometer handle buttons and inputs and shows output, It is only a simulation and is not real os of an spectrophotometer. our task is simulating spectrophotometer os to use in larger projects.
Rules to develop these codes:
- Write encapsulated classes representing each part of system to create complete os.
- Write test case for them according to development document.
- Commit every single change rather than huge pull requests.
- copy url that provided within clone button of github from git tab of poped up window
- go to folder you want project to be in using terminal (in macOS) or cmd (in window)
- write
git clone 'copied url' - almost done.