Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Undue Complexity #4

Closed
8 tasks done
caendesilva opened this issue Jun 8, 2022 · 3 comments
Closed
8 tasks done

Remove Undue Complexity #4

caendesilva opened this issue Jun 8, 2022 · 3 comments

Comments

@caendesilva
Copy link
Member

caendesilva commented Jun 8, 2022

See hydephp/framework#442

Before releasing v1 I want to make sure the code is stable, and part of this is to ensure the code is easy to maintain. To do this I want to reduce undue complexity. I think Hyde as it is now should focus on the 80% use case. Features can always be brought back if there is demand but for now I want to keep things very light.

Currently considering removing the authors.yml file. I don't think that many Hyde projects as of now will use that many authors, so I think those defaults can defined in the main config file and having it for a single author as having a single-purpose yml file adds more complexity than it's IMO worth at this point in time.

@caendesilva
Copy link
Member Author

Didn't mean for this to be closed

@caendesilva caendesilva reopened this Jun 14, 2022
@caendesilva
Copy link
Member Author

Am also considering handling the creation of required directories in the app bootstrapping file

Edit: Or we just skip this all together and handle it with .gitkeeps

hydephp/framework#442 (comment)

@caendesilva
Copy link
Member Author

All items on the todo list are resolved. Closing to keep issues tab clean. Anyone is welcome to reopen!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant