“This is the worst documentation I have ever seen in my life”
11–20 of 112 posts
Re: “This is the worst documentation I have ever seen in my life”
#12Just an FYI. This is about Amazon's MWS API, which is Merchant Web Services, used to interact with the Amazon part of Amazon not the AWS side of Amazon. Also having working on an OSS Ruby library for it, and having to had work with it quite a bit, I can confirm. The MWS APIs leave a lot to be desired of, but they are an absolute gem compared to the Ebay APIs. My take on the problem is that these APIs were developed i…
Re: “This is the worst documentation I have ever seen in my life”
#13We need a way to unit test documentation to see if the code snippets still compile and the things that are referenced still exist.
Re: “This is the worst documentation I have ever seen in my life”
#14Re: “This is the worst documentation I have ever seen in my life”
#15I won't touch any of amazon's products with a 10ft pole because of the way they treat their warehouse workers. Making their warehouse employees pee in bottles to make their metrics or risk being fired, that's just on a whole new level of extracting every joule of work out of a human being.
Re: “This is the worst documentation I have ever seen in my life”
#16We need a way to unit test documentation to see if the code snippets still compile and the things that are referenced still exist.
obligatory "Rust docs can do this"[0] (quite a nice feature tbh). [0] https://doc.rust-lang.org/rustdoc/documentation-tests.html
Re: “This is the worst documentation I have ever seen in my life”
#17Just an FYI. This is about Amazon's MWS API, which is Merchant Web Services, used to interact with the Amazon part of Amazon not the AWS side of Amazon. Also having working on an OSS Ruby library for it, and having to had work with it quite a bit, I can confirm. The MWS APIs leave a lot to be desired of, but they are an absolute gem compared to the Ebay APIs. My take on the problem is that these APIs were developed i…
This is Selling Partner API which was released few months back and is intended to replace MWS.
Re: “This is the worst documentation I have ever seen in my life”
#18We need a way to unit test documentation to see if the code snippets still compile and the things that are referenced still exist.
Sphinx supports this for Python: https://www.sphinx-doc.org/en/master/usage/extensions/doctes...
Really underrated.
Re: “This is the worst documentation I have ever seen in my life”
#19We need a way to unit test documentation to see if the code snippets still compile and the things that are referenced still exist.
This is why I prefer to link to actual code in the repo, in an examples directory, which gets compiled during every build.
Re: “This is the worst documentation I have ever seen in my life”
#20I won't touch any of amazon's products with a 10ft pole because of the way they treat their warehouse workers. Making their warehouse employees pee in bottles to make their metrics or risk being fired, that's just on a whole new level of extracting every joule of work out of a human being.