doubleSlashde / KeepTime

Application to track your time spent on different projects each day.
GNU General Public License v3.0
8 stars 3 forks source link

extracted ProjectSelectionBox Logic into its own class #72

Open JSchraff opened 4 years ago

JSchraff commented 4 years ago

extracted ProjectSelectionBox Logic into its own class to enable reuseability

JSchraff commented 4 years ago

could be beneficial to extract the searching logic into its own class independent of Project, but cannot find a direct usecase, that justifys the overhead of generalisation.