← Back to context

Comment by rqtwteye

1 year ago

I have written tons of perfectly fine C++ code for many platforms. I totally failed doing something for Nokia because tooling and documentation was terrible.

Not with the same constraints. How often does your program expect to run out of memory for example? On phones at that time it was expected to be common and it was absolutely essential that it be handled gracefully.

Were all your operating system calls asynchronous?