Going nearly crazy

Of course it does, as does making sure that you use variables of an appropriate type, that the scope of variables is correct, that variables are declared volatile/static/const when appropriate , that code does not block the execution of code, etc, etc, etc

There is a name for this process but I can't remember what it is for the moment

No. Hang on. I have just remembered. It is called planning

One thing that amuses me when the subject of "safe" strings is discussed is that the subject of arrays in general is not brought up. Are there any "safe" ways of using arrays in general ?

1 Like