Been there, done that, moved on, never looked back, happily ever after. Don't feel bad for leaving, feel bad for the time lost in that place, that's what I realized as soon as I left.
P
Pedro H Fialho
@Pedro H Fialho
Posts
-
It's that time -
This really pushes my buttonsSide effects FTW
-
It won't take no for an answerLol. Btw, to add some background, I'm a contractor at a company that bought another company in the same business. A very successfull software came in the bundle (and of course they plan to merge its features into their own software), but little to no documentation came along and now people are having a hard time figuring bugs things out. It is BS at so many levels, indeed, but the other products make up for it.
-
It won't take no for an answerFor a moment I thought about that, but then I just gave up
try
ing. -
It won't take no for an answerJust found this:
private void trySave(ref clsWord objWord, string strFullPath, Format format) { try { objWord.save(strFullPath, format); } catch (InvalidOperationException ex) { if (ex != null) { trySave(ref objWord, strFullPath, format); } } }
-
First languageBrazilian Portuguese and mIRCScript (yes, I used to be a script kiddie ;P). Obviously nobody builds LOB apps on top of mIRC, so nowadays my main programming language is SQL/T-SQL.