[Message Deleted]
-
Star Vega wrote:
I'm working on this horrible legacy... to give you an example, the main form contains about 48000 lines of code, containing gui, business and, yeah, all the data access. Nice, isn't it?
It's a horror. My former company had an
MFC
application featuring more than100000
:omg: lines of code for the frame window.Star Vega wrote:
But here's (yet) the best part: if you want to display a checkbox at certain moments, why not surround the checkbox code in the form's designer code (auto-generated, remember) with an if-statement? The difficult part is (you are guessing right!) that you have to rewrite this code very often (whén their code disappears, they don't have a clue). Clever as they are, they attached this text file with the code you have to rewrite so often.
Horror keeps running. :rolleyes:
Star Vega wrote:
By the way, they offered me training - should I start looking for another company?
I did. :) [added] Someone of my former company saw this post, I suppose... :rolleyes: [/added]
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles] -
The designer file is meant to hide the code used for the GUI. So better leave it hidden and do not try to touch it ;)
Vladovsoft
Software products for fitness and health club management, storehouses, shops and barcode generation. -
The designer file is meant to hide the code used for the GUI. So better leave it hidden and do not try to touch it ;)
Vladovsoft
Software products for fitness and health club management, storehouses, shops and barcode generation. -
Did you suggest they try
.Visible=false
? Or add it dynamically? -
Star Vega wrote:
they offered me training
Sounds like the tail wagging the dog. Here's what you should do: 1. Find new job. 2. Offer them training. If they refuse, give your notice. If they accept, withdraw the offer of training stating that it's a lost cause and give your notice. Good luck!
BDF A learned fool is more a fool than an ignorant fool. -- Moliere
-
Star Vega wrote:
when their code disappears, they don't have a clue
It's unbelievable. Are you embellishing the story or all of them are really mind-disabled? :wtf:
Greetings - Gajatko Portable.NET is part of DotGNU, a project to build a complete Free Software replacement for .NET - a system that truly belongs to the developers.
-
Star Vega wrote:
when their code disappears, they don't have a clue
It's unbelievable. Are you embellishing the story or all of them are really mind-disabled? :wtf:
Greetings - Gajatko Portable.NET is part of DotGNU, a project to build a complete Free Software replacement for .NET - a system that truly belongs to the developers.
I wish it was a joke... there are 2 'developers' for this huge application. The company decided to replace this legacy.. finally. By the way, I found their Access DB: it exists of 125 tables, in which I found one (1!) relation (no referential integrity, what did you expect?)
modified on Tuesday, July 22, 2008 7:55 AM
-
What was your post? Don't delete, others may find it interesting. Odd how you got 4 five votes for it :-D
"The clue train passed his station without stopping." - John Simmons / outlaw programmer "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon
-
What was your post? Don't delete, others may find it interesting. Odd how you got 4 five votes for it :-D
"The clue train passed his station without stopping." - John Simmons / outlaw programmer "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon
Maybe a person who should not see this post actually did...
Greetings - Gajatko Portable.NET is part of DotGNU, a project to build a complete Free Software replacement for .NET - a system that truly belongs to the developers.