Click here to Skip to main content
15,888,301 members

The Weird and The Wonderful

   

The Weird and The Wonderful forum is a place to post Coding Horrors, Worst Practices, and the occasional flash of brilliance.

We all come across code that simply boggles the mind. Lazy kludges, embarrassing mistakes, horrid workarounds and developers just not quite getting it. And then somedays we come across - or write - the truly sublime.

Post your Best, your worst, and your most interesting. But please - no programming questions . This forum is purely for amusement and discussions on code snippets. All actual programming questions will be removed.

 
GeneralRe: Coding Horror of the Millennium in a banking application Pin
DavieL26-Sep-07 23:11
DavieL26-Sep-07 23:11 
GeneralRe: Coding Horror of the Millennium in a banking application Pin
Paddy Boyd26-Sep-07 23:53
Paddy Boyd26-Sep-07 23:53 
GeneralRe: Coding Horror of the Millennium in a banking application Pin
Joe27-Sep-07 2:02
Joe27-Sep-07 2:02 
GeneralRe: Coding Horror of the Millennium in a banking application Pin
Michael Sync2-Oct-07 21:40
Michael Sync2-Oct-07 21:40 
GeneralRe: Coding Horror of the Millennium in a banking application Pin
Fatbuddha 12-Oct-07 22:02
Fatbuddha 12-Oct-07 22:02 
GeneralRe: Coding Horror of the Millennium in a banking application Pin
Rajesh R Subramanian2-Oct-07 22:48
professionalRajesh R Subramanian2-Oct-07 22:48 
GeneralRe: Coding Horror of the Millennium in a banking application Pin
darkelv27-Sep-07 17:40
darkelv27-Sep-07 17:40 
GeneralRe: Coding Horror of the Millennium in a banking application Pin
Xiangyang Liu 刘向阳28-Sep-07 3:18
Xiangyang Liu 刘向阳28-Sep-07 3:18 
Vasudevan Deepak Kumar wrote:
There are two identifiers for a customer in thier system. Account Number and a CustomerID.


That makes sense because a customer could open multiple accounts, account number alone won't be enough. The same thing in my company (insurance), we use both policy number and customer id.

Vasudevan Deepak Kumar wrote:
For every relationship (Savings Account, Current Account, Term Deposit) that a customer opens, it actually copies and stores the data separately.


Again, this can make sense in the banking business. For us, there is coverage information for each policy. But when a customer files a claim, the coverage at the time will be copied into the individual claim file record. There could be business/security reasons for bank to maintain separate addresses for different accounts.

Vasudevan Deepak Kumar wrote:
Now, the teller has to update everything individually.


That does not make sense, but you never know. If the bank is still usign mainframe like we do, automatically update everything may not be so easy.

Ok, I am done with defending stupid systems/programmers today. Smile | :)




GeneralRe: Coding Horror of the Millennium in a banking application Pin
Vasudevan Deepak Kumar28-Sep-07 4:08
Vasudevan Deepak Kumar28-Sep-07 4:08 
GeneralRe: Coding Horror of the Millennium in a banking application Pin
destynova5-Oct-07 2:32
destynova5-Oct-07 2:32 
GeneralRe: Coding Horror of the Millennium in a banking application Pin
Rajesh R Subramanian2-Oct-07 23:07
professionalRajesh R Subramanian2-Oct-07 23:07 
GeneralAnother from my boss! Pin
Burnsys224-Sep-07 6:17
Burnsys224-Sep-07 6:17 
GeneralRe: Another from my boss! Pin
Chris Meech24-Sep-07 7:31
Chris Meech24-Sep-07 7:31 
GeneralAnd more! Pin
Burnsys224-Sep-07 8:08
Burnsys224-Sep-07 8:08 
GeneralRe: And more! Pin
hogan31-Oct-07 6:07
hogan31-Oct-07 6:07 
GeneralAnother one Pin
Burnsys224-Sep-07 8:21
Burnsys224-Sep-07 8:21 
GeneralRe: Another one Pin
Dan Neely24-Sep-07 8:30
Dan Neely24-Sep-07 8:30 
GeneralRe: Another one Pin
Burnsys224-Sep-07 8:43
Burnsys224-Sep-07 8:43 
GeneralRe: Another one Pin
Pete O'Hanlon24-Sep-07 9:42
mvePete O'Hanlon24-Sep-07 9:42 
GeneralRe: Another one Pin
blackjack215024-Sep-07 22:34
blackjack215024-Sep-07 22:34 
GeneralRe: Another one Pin
Michael Sync2-Oct-07 21:36
Michael Sync2-Oct-07 21:36 
GeneralRe: Another one Pin
Pete O'Hanlon3-Oct-07 9:48
mvePete O'Hanlon3-Oct-07 9:48 
GeneralRe: Another one Pin
SimonRigby26-Sep-07 22:37
SimonRigby26-Sep-07 22:37 
GeneralRe: Another one Pin
Russell Jones27-Sep-07 2:39
Russell Jones27-Sep-07 2:39 
GeneralRe: Another one Pin
Burnsys227-Sep-07 3:29
Burnsys227-Sep-07 3:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.