Composer - a new software paradigm, or just spinning my wheels?
Tuesday, March 27, 2012
at
12:34 PM
| Posted by
Spruce
I have a hobby project that <AGGRANDIZATION>could potentially revolutionize how software is developed and even change how microprocessors are designed.</AGGRANDIZATION> Yeah, I know - yet another attempt at finding the elusive silver bullet that will solve all our software development woes. I'm trying not to have any illusions about this going anywhere. As it is, the time I am able to put into it is sporadic at best. But it's fun, so I continue to poke at it.
Posted In
Composer,
COSA,
synchronous reactive
|
0
comments
|
Type.IsAssignableFrom() and contravariance gotcha
Friday, February 24, 2012
at
9:18 PM
| Posted by
Spruce
I wanted to create an extension method on the class System.Type that would take another Type and return true if it is an interface implemented by the first Type. I thought this would be quick and easy. What I implemented did work most of the time. However I ran into a situation in which it returned an unexpected result, and it took me some time to figure out what was going on.
Posted In
.Net,
contravariance,
gotcha,
types
|
1 comments
|
Subscribe to:
Posts (Atom)