1
Name:
Anonymous
2010-07-06 18:21
So, you just discovered you've written some code that needs to be rewritten entirely in order to support a new feature efficiently.
Isn't there some macro that helps with that?
2
Name:
Anonymous
2010-07-06 18:22
Yep. Right from the shell:
> $filename
3
Name:
Anonymous
2010-07-06 18:24
char *REWRITE_CODE_TO_SUPPORT_NEW_FEATURE(char *oldcode);
5
Name:
Anonymous
2010-07-06 22:59
Does a pen and paper count as a macro?
10
Name:
Anonymous
2010-07-07 6:57
...
W4HBoardprog = W4HBoardFactory::getBoard("prog");
W4HThread thread =prog->getThread(1278454871);
W4HPost post = thread->getPost(8);
System.out.println(post->hasFlags(W4HPostFlags::ASPERGER | W4HPostFlags::IHBT));
...
true
11
Name:
Anonymous
2010-07-07 7:11
>>10
What language is that supposed to be? Jepples?