Welcome to MSDN Blogs Sign in | Join | Help

October 2004 - Posts

Is software engineering what professional programmers do?

I originally understood and believed (what I wanted to believe, in fact) that software development trade is a branch of engineering discipline. I studied the work of Watts Humphrey, Mark Paulk and others at SEI and related organizations, looking to improve
Posted by marcod | 6 Comments
Filed under: ,

Software engineering is not, yet

I used to think that there was a full-fledged field of software engineering out there, that is to say, that software engineering is a branch of engineering discipline. This is not quite true. After some years of observation, personal research on the history
Posted by marcod | 1 Comments
Filed under: ,

Handbook of Software Architecture

Grady Booch has a project, the Handbook of Software Architecture: http://www.booch.com/architecture/index.jsp there is little content yet, but looks interesting. Hopes this helps to clarify the purpose in life of a 'software architect'
Posted by marcod | 1 Comments
Filed under:

Simple XML Schema Definition snippet - hierarchy

Write a XSD for the following XML document with nested elements: <? xml version ="1.0"?> < wn:root xmlns : wn ="wn-uniqueurl"> < wn:item info ="item1"> < wn:item info ="item1.1"/> </ wn:item > < wn:item info ="item2">
Posted by marcod | 0 Comments
Filed under:

Simple XML Schema Definition snippet

It is amazing how things get clearer when you actually try them out. For example, write by hand a XSD for the following simple XML document: <? xml version ="1.0" encoding ='ISO-8859-1' ?> < wn:root xmlns : wn ="wn-uniqueurl"> < wn:item
Posted by marcod | 0 Comments
Filed under:
 
Page view tracker