John Socks on Nostr: What are our best practices? I think it's really empowering to be able to decode any ...
What are our best practices?
I think it's really empowering to be able to decode any kind of working directory and extract your work, leaving behind other people's programs and frameworks.
For instance if you're using something like a python virtual environment, you want to note what libraries you've pip'd in but you don't want to archive them. Similarly if you're using a big IDE you probably do not want to just package its project structure. Those are far too bloated. Extract your files.
I think it's really empowering to be able to decode any kind of working directory and extract your work, leaving behind other people's programs and frameworks.
For instance if you're using something like a python virtual environment, you want to note what libraries you've pip'd in but you don't want to archive them. Similarly if you're using a big IDE you probably do not want to just package its project structure. Those are far too bloated. Extract your files.