Welcome to MSDN Blogs Sign in | Join | Help

November 2005 - Posts

Skillful software design and the scientific method

Many professionals have observed the commonality between skillful software design and the application of the scientific method. The mapping of hypothesis with an initial design, experimentation with emergent design and the general style of closed-loop
Posted by marcod | 0 Comments
Filed under: ,

Helping others with software design

Prescriptive help has its place in organizations, no doubt. Looking for other words for the prescribe verb come two groups of words with different connotation: dictate, rule, specify with authority, decree, force, control, ordain, order, command, oblige.
Posted by marcod | 0 Comments
Filed under: ,

Code is model - it depends on the code, of course.

Is this paragraph poetry? That depends on a number of properties in it. If it has the properties from the literature body of knowledge known as poetry, then it is poetry, of course. If not, well it is something else. The same with code and model Code
Posted by marcod | 0 Comments
Filed under: ,

CLR v2.0 Array.ForEach and List.ForEach

Consider an array of strings: string[] strs={"uno", "dos", "tres"}; Consider a method like: static void shows(string s) { Console.WriteLine(s); } Invoking that method for each string in the array, one way: foreach(string s in strs) shows(s); There is
Posted by marcod | 0 Comments
Filed under:
 
Page view tracker