L
Lieven De Foor
Guest
By not specifying a buffer name you are using the unnamed global buffer. So it is not only a case of visualization but also a case of scoping your code correctly. Buffers should be passed to methods/procedures instead of using the global one... Good luck maintaining that code and preventing/fixing bugs...
Continue reading...
Continue reading...