Hacker News new | ask | show | jobs
by fouadf 1654 days 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."
1 comments

GUI toolkit and DB access library are two things I like to see.