I am implementing a toy project, and experimenting with Go, XML, web services and other stuff.
I reached a point where I need to do XPath stuff, and looked around the internet for documentation (XML itself, XPath/XQuery/X, and Go libraries).
I have downloaded "documents", some of which are quite extensive and detailed.
So here is the dilemma: is it better to just skim the documentation on things I don't know and get things working (``get shit done'') or is it better to sit down and read most or all of the documentation?
The advantage of reading most or all of the documentation would be mastery of the topic, but the threat is to delay the implementation of my project by a lot, possibly losing interest in the project (possibly finding something else interesting).
While this may sound as a situation-specific question, I think it may be way more general, and I'd like your opinion on the topic.
Thanks in advance, -- znpy