xvvvyz / tilde

Minimal browser startpage.
https://tilde.xvvvyz.xyz
The Unlicense
824 stars 266 forks source link

Seperated logic into seperate files #5

Closed pschfr closed 7 years ago

pschfr commented 7 years ago

I pulled the configuration, styles, and the rest of the logic into separate files for easier maintaining.

xvvvyz commented 7 years ago

Hey. I appreciate the PR, but I really like the simplicity of only having one file. The project has already grown larger than intended, and having only one file forces me to be strict on what gets added. There's also the bonus of fewer network requests 😉

pschfr commented 7 years ago

Fair enough! I guess everyone has their own coding styles!