ssg-wsg / Sample-Codes

This repository contains sample codes (Encryption Decryption, Java, Node.js and Python) to guide and support your application development on SSG-WSG Developer Portal.
3 stars 8 forks source link

Refactor Code Base to Remove Getters and Setters #20

Closed asdfghjkxd closed 2 months ago

asdfghjkxd commented 2 months ago

The use of getters and setters is frowned upon in Python. Instead, the @property decorator and functionality is recommended.

Let's move to refactor the code base so that we are compliant with the best practices for Python code.

asdfghjkxd commented 2 months ago

Reverting the name change as it causes errors with the test cases.