An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Logically Classy

a beginner friendly look at refactoring python logic to class methods

![classy gangster spock](images/logically_classy.png)

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

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