Hacker News new | ask | show | jobs
by yaktubi 2238 days ago
On the other hand doesn’t forward declaration make sense? The code is declaring it depends on the forward declaration defined “somewhere else”. In a sense it is documenting the the classes/structs better.