Questions tagged [feedback]

Feedback occurs when outputs of a system are routed back as inputs as part of a chain of cause-and-effect that forms a circuit or loop.

You can read Wikipedia article on this at: https://en.wikipedia.org/wiki/Feedback

323 questions
35
votes
4 answers

C#: Is this benchmarking class accurate?

I created a simple class to benchmark some methods of mine. But is it accurate? I am kind of new to benchmarking, timing, et cetera, so thought I could ask for some feedback here. Also, if it is good, maybe somebody else can make use of it as well…
Svish
  • 138,188
  • 158
  • 423
  • 589
29
votes
7 answers

Customer Feedback Alternative to UserVoice?

We are currently hosting an ASP.NET MVC application and we wish to incorporate a turn-key customer feedback system. UserVoice will absolutely meet our needs, but we'd like to consider alternatives before moving forward. GetSatification appears to…
Ben Griswold
  • 16,363
  • 13
  • 53
  • 59
16
votes
6 answers

Automatic feedback on JavaScript error

Is there a way to get an automatic feedback if an error (even syntax errors) occurs when running a JavaScript on the client side? I was thinking of something like this: