cop Questions
6
Solved
I was reading an InfoQ article on Composite Oriented Programming earlier on:
http://www.infoq.com/articles/Composite-Programming-Qi4j
I was interested in finding out whether anybody is currently ...
Oberon asked 4/2, 2010 at 0:45
5
Solved
I want to make this test pass - anyone got an idea how to do that?
public class Something
{
public string Name {get; set}
}
public interface IWithId
{
public Guid Id {get; set}
}
public class ...
Malinda asked 16/8, 2010 at 21:4
3
There seems to have been some interest over the past year around COP within the .NET community (ala Qi4j). A few folks have rolled there own COP frameworks (see links below) and it would appear .NE...
Crary asked 30/9, 2008 at 8:16
1
Solved
I just found an article on a framework in Java that apparently allows it to support Mixins and something called Composite Oriented Programming (which for all I know might even be the same thing...)...
Margaret asked 26/2, 2009 at 16:48
1
© 2022 - 2024 — McMap. All rights reserved.