6

was working on a project once where we needed a database mapping to some c# code
tasked one of our less experienced guys on it to maybe give him some experience

now I'm assuming most people here who have worked in .NET for a reasonable amount of time know about entity framework, and I did tell the guy about it.

three days after giving him that task he comes up to me smiling and says he's done

great! what did he do? he wrote the database mapping from scratch using hard coded SQL queries using lists to chain queries together in a sea of if-else statements...

let's just say the code broke down and needed last minute fixing when it was time to present it

Comments
Add Comment