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 Constants into Enums #17

Closed asdfghjkxd closed 2 months ago

asdfghjkxd commented 2 months ago

The currently defined constants are a collection of lists and dictionaries, each representing a discrete value representing some option within the Sample Application.

We should consider converting them to enums instead, which can more accurately capture the idea of an immutable constant in the application.

This PR should be merged only after PR #8.