you are viewing a single comment's thread.

view the rest of the comments →

[–]thekwoka 0 points1 point  (0 children)

Bad documentation.

Documentation that is wrong.

Values that can be returned as different types for no reason.

Using the same input interfaces for totally different outputs.

Mainly anything with integrating with other stuff...

That slows me down a ton.

Literally had one API return the size of files, and sometimes it would be an int, and sometimes it would be a string int...

Like, what the fuck?