StackRating

An Elo-based rating system for Stack Overflow
Home   |   About   |   Stats and Analysis   |   Get a Badge
Rating Stats for

supercat

Rating
1359.31 (4,536,292nd)
Reputation
58,836 (1,588th)
Page: 1 ... 32 33 34 35 36 ... 65
Title Δ
deadly diamond of death - are interfaces sufficient to avoid this? 0.00
Is it okay to write dispose method for a class? +0.75
CLR managed threads: lightweight vs heavy process -1.45
Efficient implementation of natural logarithm (ln) and exponentiation 0.00
What are the design advantages hash-like saving vs incremental +0.46
If an object has been disposed, does suppressing the gc finalizer s... 0.00
Mentioning of ref in C# function parameters +0.07
Why derive a List<T> class just to restate an indexer? -0.33
Have implemented IEquatable correctly? Should I always override Get... -0.93
Defensive copy from Effective Java 0.00
How do exceptions fit into a loosely coupled design that abstracts... +0.72
Does casting double to float always return same value? 0.00
Restricting a generic type parameters to have a specific constructor -0.11
Dispose Unmanaged Resources in Thread -0.60
Do 'Intermediate IObservables' without final subscribers get kept i... -0.24
What happens if I define a 0-size array in C/C++? -0.62
c# exception handling, practical example. How would you do it? +0.28
Why pow(10,5) = 9,999 in C++ +1.86
Asynchronous, Thread-Safe Collection Implementing INotifyCollection... 0.00
Why cannot IEnumerable<struct> be cast as IEnumerable<obje... +0.31
What is the point of finally in a try catch/except finally statement +1.73
Problems solving "Cannot access disposed object." exception -0.09
Why implementing multiple interfaces with same property shows 'ambi... -0.86
Which class "owns" an unmanaged resource (and which imple... +0.52
C# Structs "this = ...." -0.22
Are there any differences in the garbage collector for vb.net and c#? -0.50
Data passing design pattern of structured data in C#, why not publi... 0.00
Overloading generic type parameters disallowed? -0.80
Is inline assembly language slower than native C++ code? 0.00
Single Event Bus for Multiple Event Types +0.54
Should I create interfaces for message receivers? -0.50
Cast from something Generic of implementing to something Generic of... 0.00
.NET Events calling back once callee goes out of scope: safe practi... -0.27
Why a Struct can not be derived from another struct? -0.62
using interlocked usage -0.26
In what situation(s) would a reference point to an object that was... -0.04
What is the relationship between delegates and events? +0.01
C#: Generics, Polymorphism And Specialization +0.53
Defining an interface explicitly -0.92
Is there any benefit to implementing IDisposable on classes which d... +0.93
difference between destructor and garbage collector -0.53
Why the GetHashCode does not take advantage of SK.exe tool's hashco... 0.00
Performance-wise, what would be the expected relative outcome of us... +1.51
Why integer zero does not equal long zero? 0.00
Handle exceptions in a custom class -0.11
Is it not breaking design principle of interface in c#? +0.31
Why does Object.hashcode() have conflicts in Java? 0.00
Is it possible to implement a registry of generic methods base on t... -0.91
Is there an advantage to wrapping exceptions with Custom exception... +0.23
Java: Alternative to using .clone() when modifying an argument? -1.03