Hi all. I found myself recently thinking of was to organise my (re usable)code libraries. currently, I simply have structured folders on my local drive, I know it’s simple, but it works. However, lately I have been wondering if there are not better ways. My folder structure is something like:
WebDev
-> resusable
-> -> html
-> -> PHP
-> -> CSS
etc
What do you use to keep organised?
