The feedback-loop tag has no wiki summary.
5
votes
3answers
119 views
In C#, what is a good way to improve unit test feedback loop?
When working on larger projects, it can take at least 10 seconds to compile and start the unit test framework. Are there effective ways to reduce the feedback loop time? I intend to make just small ...
2
votes
2answers
172 views
Anticipating possible circular-reference situation in upcoming .Net project idea… anything to watch out for?
So I've got this data access layer, and I also want to log to the database. In the spirit of eating my own dog food, I want to use my data access layer to do the logging. However, I also want to log ...
1
vote
3answers
33 views
Technique for balancing controller input and output
I have a system where I use RS232 to control a lamp that takes an input given in float representing voltage (in the range 2.5 - 7.5). The control then gives a output in the range 0 to 6000 which is ...
0
votes
1answer
178 views
Build a server for client/server side bidirectional communication feedback system in Java?
Scenario: User logs in on the client software which forms a persistent bidirectional connection with the serverside entity (server) which would process user specified tasks. When the serverside ...
0
votes
3answers
95 views
MIME and Processing Feedback Loop Messages
I'm trying to process Feedback Loop (FBL) messages to unsubscribe people that mark an email as spam (yes it's opt-in, and there is a one-click opt-out mechanism).
My first attempt is to use Advanced ...