|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
LinFu?Is anybody playing around, or know anything, about LinFu? I've looked
at it a couple times and it's very interesting, but it doesn't seem to get much attention. The test coverage in SVN looks awfully low, and that's always scared me away. Intro here: http://www.codeproject.com/KB/cs/LinFuPart1.aspx Code here: http://code.google.com/p/linfu/ |
|
|
Re: LinFu?Seems interesting ! From only reading the articles that you have sent, some
blocks seem reinvention of the wheel, but I am hoping to play with it to see what kind of spice it adds. (i personally tend to have problems on duck typing implementations in C#, to me if there is no water to play for, duck will die sometime) On Mon, Jun 2, 2008 at 4:14 PM, jeremydmiller <jeremydmiller@...> wrote: > Is anybody playing around, or know anything, about LinFu? I've looked > at it a couple times and it's very interesting, but it doesn't seem to > get much attention. The test coverage in SVN looks awfully low, and > that's always scared me away. > > Intro here: http://www.codeproject.com/KB/cs/LinFuPart1.aspx > Code here: http://code.google.com/p/linfu/ > > > -- Sidar Ok http://www.sidarok.com |
|
|
Re: LinFu?I've been monitoring it as well - nothing in production, just
experiments on the side primarily. I share your concern regarding test coverage - an awful lot of functionality there with very little coverage. I'm sure it all works but I also look to unit tests as documentation when picking up a new API. The DynamicProxy implementation is pretty clean and light, but the DI container is too invasive for my tastes (attribute-driven). The DbC implementation is nifty, the duck typing "cool" but I'm having trouble seeing where I could make use of it today. It's all well and good - simple API's, etc... but I fear that it's going to keep on being one big experiment by a single individual that's treated as the kitchen sink for all his nifty "because I can" projects. In addition to what's publicized on CodeProject there's a MyXaml clone that's new, and on the mailing list (which has been quiet for a long time) he was asking if people had any input on a LinFu ORM - I provided some feedback at the time, but I don't know what's come of it. There's a lot of nice stuff in there but I'm on the fence - for the time being I'm just going to remain a passive observer and see where he goes with it... On Mon, Jun 2, 2008 at 8:14 AM, jeremydmiller <jeremydmiller@...> wrote: > Is anybody playing around, or know anything, about LinFu? I've looked > at it a couple times and it's very interesting, but it doesn't seem to > get much attention. The test coverage in SVN looks awfully low, and > that's always scared me away. > > Intro here: http://www.codeproject.com/KB/cs/LinFuPart1.aspx > Code here: http://code.google.com/p/linfu/ > > > ------------------------------------ > > Yahoo! Groups Links > > > > |
| Free embeddable forum powered by Nabble | Forum Help |