They are not the “best.” They are helpful.
I am tired of rudimentary docs that only have examples.
replies(2):
I am tired of rudimentary docs that only have examples.
Why? Because if you don’t explain how to actually use something, all the fine-grained details are pointless.
Classic example: try looking up the Java docs around 2003–2005 to figure out how to display an image in a Swing application. Endless pages about Graphics2D and Image and double buffering and what not but not a single mention of the real solution:
Just put it in a JLabel.
[0] https://fizyka.umk.pl/~jacek/docs/javatutorial/uiswing/compo...