Feb. 16, 2022
1:56 p.m.
On Tue, Feb 15, 2022 at 03:43:54PM +0530, Avanish Gupta wrote:
I would like to highlight the value my thought offers to the developers. They often have to write classes while writing a module. In the class, they are supposed to write classes and objects. In a class, typically the attributes are private, and we have getters and setters to access and modify them.
If developers are writing classes with lots of getters and setters, they probably think they are writing Java instead of Python. https://dirtsimple.org/2004/12/python-is-not-java.html I think you have done the right thing to put your code on PyPI. We'll wait to see whether people find it useful. -- Steve