https://github.com/bendog/logically_classy
demo code of refactoring functions to classes
https://github.com/bendog/logically_classy
Last synced: about 1 year ago
JSON representation
demo code of refactoring functions to classes
- Host: GitHub
- URL: https://github.com/bendog/logically_classy
- Owner: bendog
- Created: 2019-11-07T01:07:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-07T03:10:02.000Z (over 6 years ago)
- Last Synced: 2025-02-08T03:44:44.992Z (over 1 year ago)
- Language: Python
- Size: 1.17 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Logically Classy
a beginner friendly look at refactoring python logic to class methods

`./functional` is the example for the function based code
`./classy` is the example for the class based code