|
|
|
|
|
by Applejinx
1067 days ago
|
|
I'm with you here: can't do stack depth for anything. When I code complicated things I'll quite often stack them up as inline blocks and separate the blocks with 'begin filter Hi' and then 'end filter Hi' 'begin filter Mid' and so on. I'll be able to process it easier if I can see where similar things are repeating themselves. Basically, heresy :) The thing people don't often get is that when I code it's to a purpose other than making the code. So I'm thinking about quite a few things outside of the code that's making those things happen with the samples I'm working with, and the stuff not related to how it's coded is typically a lot more important. Hence, my stack is always going to be catastrophically, tragically pitiful, unless the thing I'm working on is quite useless :) and in that case, why am I bothering to code at all? |
|