|
|
|
|
|
by chii
63 days ago
|
|
> When everything is "just data", you spend a lot of time digging deep in libraries trying to figure out exactly what shape the data should take or that is a good spend of time where you familiarize yourself with said library (as they say, the documentation is the code!). Usually the library is well written enough that you can browse through the source code and immediately see the pattern(s) or keys. The additional experimentation with the REPL means you can just play around and visually see the data in the repl. A spec does similar (and it does make it easier to seek through the source to find it). |
|
I'm fumbling at the concept of a library surface not being self-describing but I suspect I lack some concepts; does this thought lead anywhere? Can anyone give me a clue?