Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Perhaps, but a multiplatform codebase won't call the console SDK directly from hundreds of random functions. And even if the developers were that crazy those calls need to be excluded when building for other platforms so can also be stripped form the source code in an automated fashion.


> Perhaps, but a multiplatform codebase won't call the console SDK directly from hundreds of random functions.

You’d think so, but some developers have a very adversarial relationship with abstractions, such as abstracting away platform-specific code behind a common interface. It happens more often than you’d think.

> And even if the developers were that crazy those calls need to be excluded when building for other platforms so can also be stripped form the source code in an automated fashion.

So they’re going to leave people code that either doesn’t compile or, if it does, doesn’t work? And what’s stripped out may have very important technical considerations that might only be known based on which function calls were yanked out.


> So they’re going to leave people code that either doesn’t compile or, if it does, doesn’t work?

I think that in general, potential open source developers would not care at all about that. Some code (that doesn't yet work) is better than no code. As someone else mentioned, a motivated open source group could probably easily fill in all the missing gaps within a month.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: