|
|
|
|
|
by barbazoo
1238 days ago
|
|
> what mundane things are you spending your attention on while writing code? To stick with my http library example, figuring out how to pass headers or a json body to a particular library, checking status codes, was it "status_code" or just status, is the body in an attribute called body or content or json or json(). I know this is trivial if you work with the same library over and over again but people are different and some of us work with a wide array of languages or libraries. |
|