learn-to-code
learn-to-code copied to clipboard
Where to put code
If its in markdown its hard to run. Sometimes it doesn't need to or its so light you don't want a whole file - but when making changes its important to run
If its for copying and pasting to an online code runner, this won't work for a PHP webserver or JS imports, at least not with a simple or immediate run.
Go for example could go in its own repo. Or just a folder. Or a top level folder of scripts.