QuantEcon / lecture-python-advanced.myst

Advanced Quantitative Economics with Python
https://python-advanced.quantecon.org
26 stars 21 forks source link

Unify jitclass/namedtuple names with CamelCase #155

Open shlff opened 8 months ago

shlff commented 8 months ago

I suggest unifying jitclass names in the advanced lectures with CamelCase.

E.g.,

jstac commented 8 months ago

Thanks @shlff , that should be CamelCase.

Actually we're going to change all classes to namedtuples.