This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## We try to seperate out the concept andcombine them in meaning ways | |
## | |
## 1) Employee with employee data | |
## 2) Employee payment structure (hourly, salaried, freelancer) | |
## 3) Commission based on the number of contract | |
## | |
# 1 | |
### break down again | |
class Commission |