Is there a name for this coding technique/practice

Solarion

Honorary Master
Joined
Nov 14, 2012
Messages
28,048
Reaction score
17,803
When I am quickly trying to put some results together on a form, I will sometimes just put SQL, parameters, sometimes hard code select statements inside the form itself just to pull a result and get the look and feel right.

After that I will separate the project into different sections, classes, db etc and make it more professional.

Does this type of coding have a name, getting it all together in one place asap.
 
Last edited:
In the older days there was the Warnier/Orr method which essentially looks at the reports or output that you are after then works backwards to define what inputs are required.
 
As in Proof Of Concept ? If you are trying to convince yourself I suppose :D
Well except for the stakeholders everything else making it a POC is there: crappy code, a big ball of spaghetti mess and Entity Framework.
 
Well except for the stakeholders everything else making it a POC is there: crappy code, a big ball of spaghetti mess and Entity Framework.

Haha, yes. I suppose you deal with that a lot from juniors from what I gather.
 
Nah, Prototype encapsulates state with an instance and gets to be re-used/cloned to avoid expensive operations.
Not really no. A prototype will more often than not be discarded after a first attempt, or it will be refactored, expanded and formalised into a fully functioning system.

Note that I'm refering to the practice of prototyping, not the design patten.
 
Well except for the stakeholders everything else making it a POC is there: crappy code, a big ball of spaghetti mess and Entity Framework.
Some Italian Style Framework. Or TAT. Trial and Terror.
 
Top
Sign up to the MyBroadband newsletter
X