Hacker News new | ask | show | jobs
by voz_ 2268 days ago
If the API is well written, this is an implementation detail.
1 comments

Well, it depends on the project goals. For a GUI app I can agree but good luck writing a chess engine where data representation is hidden behind an abstract interface.
Abstract as in using bit-boards or proper abstraction as in giving a clean interface to interact with a model and let the implementation worry about itself?