├── .vscode └── settings.json ├── LICENSE ├── README.md ├── after.py └── before.py /.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ArjanCodes/2021-code-smells/HEAD/.vscode/settings.json -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ArjanCodes/2021-code-smells/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ArjanCodes/2021-code-smells/HEAD/README.md -------------------------------------------------------------------------------- /after.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ArjanCodes/2021-code-smells/HEAD/after.py -------------------------------------------------------------------------------- /before.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ArjanCodes/2021-code-smells/HEAD/before.py --------------------------------------------------------------------------------