FreakyF / Weather-track

A simple real-time weather tracking app with graphical user interface written in java.
MIT License
0 stars 0 forks source link

Refactor Package Structure to "By Feature" Organization #29

Closed Tymisko closed 1 year ago

Tymisko commented 1 year ago

Our current package structure needs refactoring to improve code organization and readability. I've decided to adopt the "By Feature" style of package arrangement. This involves grouping classes that implement a specific feature of the application together in the same package.

This task will involve:

This refactor aims to make our codebase easier to navigate and maintain. As this is a significant change, it requires careful planning and execution to avoid introducing bugs.

Please feel free to discuss any concerns or suggestions regarding this refactor here.