Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy. This forum is not for asking programming related questions.
I have encountered an instance where, although using functions works, it's a messy couple of lines needed in alot of functions...and I cannot normalize the code any further using a single function...
It really sucks...and it's not nessecary for anyone to see the details of whats happening just to know it's there would be awesome...but instead of a single nice little macro which expands into my ad hoc hack, I have to use functions...
yes, I'd love macros. The only thing I can think of is doing a substitution on code loaded in, afterward running through eval() .. but that feels like a messy hack.
yes, I'd love macros. The only thing I can think of is doing a substitution on code loaded in, afterward running through eval() .. but that feels like a messy hack.
Does sound messy if your think of doing that on the production server but no reason you couldn't add it to the build/deployment process, is there?