reddit / baseplate.py

reddit's python service framework
https://baseplate.readthedocs.io
BSD 3-Clause "New" or "Revised" License
538 stars 173 forks source link

Explicitly mark private code with underscore prefixes #510

Open spladug opened 3 years ago

spladug commented 3 years ago

This will allow better flexibility for library maintenance in the future and make it clearer to users which interfaces are stable and which are internal.

Once done, we can also enable the D1xx series of lints and ensure that all public interfaces are documented.

spladug commented 3 years ago

I'm unfortunately going to whiff on this one for 2.0. I think it's still valuable but just don't have time to go through all the symbols right now.