nat236919 / covid19-api

API for exploring COVID-19 cases around the globe
https://nuttaphat.com/covid19-api/
MIT License
119 stars 63 forks source link

builder pattern. #242

Closed befive94 closed 3 years ago

befive94 commented 3 years ago

Related Issue:

To ensure that the encapsulation is complete. In the event that internal information shift, a consistent interface must be maintained. To provide validation logic for obtaining and setting a value. Hiding the property's internal representation. To keep a class field from being accessed or modified directly. Different levels of access may be granted by getters and setters.

Proposed Changes

setter method is created, and applied.

Checklist

Screenshots