The Evolutionary Poster Composer (evo-poster) is a generative poster design system. From a given content (including text and imagery), evo-poster can generate and evolve poster designs considerating the aesthetic and semantics features of the content.
MIT License
3
stars
0
forks
source link
Review the scope (private or public) of functions and variables. #64
The purpose of this issue is to conduct a comprehensive review of the scope (private or public) of functions and variables within the project, particularly within the controllers scripts. While some methods have been appropriately transitioned to private, the scope of some public variables has not been thoroughly checked.
This is an enhancement task is crucial for maintaining code clarity, preventing unintended access, and promoting encapsulation. This task also includes the refactor of the system to using loadash to handle certain methods.
The purpose of this issue is to conduct a comprehensive review of the scope (private or public) of functions and variables within the project, particularly within the
controllers
scripts. While some methods have been appropriately transitioned to private, the scope of some public variables has not been thoroughly checked.This is an enhancement task is crucial for maintaining code clarity, preventing unintended access, and promoting encapsulation. This task also includes the refactor of the system to using loadash to handle certain methods.