You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
currently the factorisation progress has been coded in highly unefficient OOP style.
move towards more pythonic functional paradigm
use data classes as containers for the properties
use only functions processing data classes (as input arguments)
The text was updated successfully, but these errors were encountered:
currently the factorisation progress has been coded in highly unefficient OOP style.
move towards more pythonic functional paradigm
use data classes as containers for the properties
use only functions processing data classes (as input arguments)
The text was updated successfully, but these errors were encountered: