You must be registered to post a reply. Click here to register.
T O P I C R E V I E W
LiquidEyes
Posted - Jul 21 2006 : 09:58:45 AM I have noticed that VAX's spell-checker does not know the word 'bodge'.
I am sure that the coders at Whole Tomato never bodge their code to make it work, but meticulously labelled bodges are a cornerstone of my own coding style!
2 L A T E S T R E P L I E S (Newest First)
bugfix
Posted - Jul 21 2006 : 10:07:26 AM Just bodge fix the dictionary or userwords.txt in %ProgramFiles%\\Visual Assist X\\Dict :)
LiquidEyes
Posted - Jul 21 2006 : 10:01:51 AM As in:
quote:res = do_something;
if (res != what_I_expected) { // bodge fix until I fix do_something res = something_valid; }