(no title)
fouadf
|
4 years ago
I once copied the following comment from another post here, I find it spot on:
"I’ve a few different approaches I take depending on the task (and if I’m honest, my mood or levels of motivation):
- a new programming language, especially something closer to a systems language, I have a standard set of things I’ll try to implement. Read/write a file. Turn a structured object into JSON, parse JSON to an object. Basic script that can be run from CLI, parses flags/args, reads stdin. Send a HTTP request. Implement the most basic web server."
vram22|4 years ago