TheRenegadeCoder / image-titler

An image title generator using The Renegade Coder style
https://therenegadecoder.com
GNU General Public License v3.0
17 stars 6 forks source link

Begin Managing Function Access #46

Closed jrg94 closed 4 years ago

jrg94 commented 4 years ago

Up to this point, all the functions have been "public". I'd like to start hiding some of the implementation details before we tackle #33. This should make testing a bit easier as well.