-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Layout #30
Layout #30
Conversation
Hey, thank you for the fixes. Is it possible that you use Thank you again for the effort :) |
Hi, and nice to personally thank you for this great lib. I spend the last few hours exploring the idea of change tracking, and I like the idea very much, but I prefer using this because it leverages the use of built-in interfaces such as And BTW, the Project Site link in the nuget page is broken. |
In fact, I developed TrackerDog after trying to fix some issues on the lib that you linked in your comment! IMO, I found that it had some design flaws and it wasn't maintained very much, and I mandatorily required change tracking to advance in some project, thus, I thought that creating my own library would be better in the medium term since there were no good alternatives to Joel's one. In the other hand, TrackerDog auto-implements Maybe I'm biased because I'm the author of TrackerDog, but TrackerDog is more future proof, because it's a .NET Standard library which already works on .NET Core and Xamarin on Android, and obviously on the .NET Full Framework. Also, it has extensibility points to customize it (and I can add more points to extend it if you need them). Why don't you open a new issue to track your request of supporting Thank you again and I'll look forward for your comments/issues. |
You convinced me. |
Just ignore my bs commits, I actually committed them in GitHub web. I was laying out the icons in the readme file horizontally. |
I want to stay honest and if I opted-in to don't use Thus, you're absolutely right about your statement: we need to try to use existing work as much as possible to stay DRY. In fact, I'm also maintaining http://designpattern.ninja, and I documented a self-invented anti-pattern called Proud Developer. Check it if you have some time :) I've not published a new article since 23rd of February, but I'm going to publish a new one in the next days, and of course, if you want to publish your own article, pattern or anti-pattern there, feel free to collaborate as it's built on top of Jekyll and you just need Then, I'll look forward for your issue to support those interfaces too ;) |
Check that those interfaces are already supported on .NET Standard 1.3 (https://www.nuget.org/packages/System.ComponentModel/), which is the base .NET Standard version of TrackerDog!! That is, there should be no issue when implementing them as part of TrackerDog 👍 |
Awesome! Thank you sooooo much! I hope don't mind me polluting this thread with a question; |
No description provided.