Task #5338
Updated by Alexander Lane 3 months ago
Mini-NDN lacking automated code style checking and a formalized style guide has meant that the code has a large number of inconsistencies regarding usage of snake case versus camel case, usage of f-strings over format() or C-style formatting, and some miscellaneous other issues along similar lines. Adopting a formal style guide for Python and an effort to do a clean-up push will hopefully ensure that there's no confusion going forward.