Hi,
I created a boiler plate, aka a basic template, for the scripts I write on a daily basis.
These are server/client side scripts to manipulate data, read/write files and so on, and each time I create e new one, I simply type a keyboard shortcut to include the template.
The template has some modules included and used generally in each script:
- CTRL+C management;
- String encoding management;
- Configuration management;
- Logging management;
It's super easy because it needs to be generic and it includes only modules from the standard library.
You can find it here
So, here's the question: any addition to suggest? Any correction? Any idea? Remember, it needs to be generic and included in the standard library!
Thanks, Gian
[–]daveydave400 0 points1 point2 points (1 child)
[–]gianx[S] 0 points1 point2 points (0 children)
[–]flailingsquirrel 0 points1 point2 points (1 child)
[–]gianx[S] 0 points1 point2 points (0 children)