nashikouen / kotatsuBBS

image board software written in php
BSD 3-Clause "New" or "Revised" License
5 stars 1 forks source link

dependency inject/singleton the ban and repo systems #6

Open chen-chan1 opened 3 months ago

chen-chan1 commented 3 months ago

i want to be able to swap them out. in the future when i get my own hardware in a data center. i can pick the best. even the file handler as i want to eventually swap it with something my gpu can chew its ass out with.

its best to dependency inject and singleton as much stuff as possible to not deal with the overhead that is modules witch i predict to be slow.