|
|
|
|
|
by timbowen
6291 days ago
|
|
There is really no reason that I can see to try and figure out why API methods do what they do. You send it something, it sends what you want back. That's basically the nature of object oriented programming, and why it's so popular. You don't need to know the workings of an internal combustion engine to drive a car, and you don't need or want to know what your API is doing behind the scenes in my humble opinion. |
|
So I think it's part of the difference between being a journeyman and an expert. That said, not all APIs are worth understanding, and you don't need to go into exhaustive detail with everything; it's a question of deciding what's worth learning in the long-run.