UI Deploy

Curated, Short, Web UI Dev we Love.

API Design: Keep it Small and Focused

A small, focused API is almost always preferable over a big API addressing all kinds of problems. Smaller API size means smaller memory footprint and often shorter build times.

Smaller API's are often also easier to learn. There is nothing more frustrating than to spend a long time studying a certain feature in an API, only to discover that the feature does not work in your special case.

view source

Advertisement