Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ArjanCodes/2021-code-smells
/ types & classes
Types & classes
10 in github.com/ArjanCodes/2021-code-smells
⨍
Functions
18
◇
Types & classes
10
↓ 2 callers
Class
HourlyEmployee
Employee that's paid based on number of worked hours.
before.py:44
↓ 2 callers
Class
HourlyEmployee
Employee that's paid based on number of worked hours.
after.py:71
↓ 2 callers
Class
VacationDaysShortageError
Custom error that is raised when not enough vacation days are available.
after.py:13
↓ 1 callers
Class
Company
Represents a company with employees.
before.py:58
↓ 1 callers
Class
Company
Represents a company with employees.
after.py:96
↓ 1 callers
Class
SalariedEmployee
Employee that's paid based on a fixed monthly salary.
before.py:52
↓ 1 callers
Class
SalariedEmployee
Employee that's paid based on a fixed monthly salary.
after.py:85
Class
Employee
Basic representation of an employee at the company.
before.py:12
Class
Employee
Basic representation of an employee at the company.
after.py:35
Class
Role
Employee roles
after.py:23