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 ... 26 27 28 29 30 ... 65
Title Δ
How to descern fatal from non fatal .NET Exceptions -0.82
Does it make sense to implement clone(), equals() or hashCode() for... -0.23
Why is it not "inconsistent accessibility" to use a priva... -0.65
Why are immutable objecs loved by JVM's GC? +1.64
Proper locking in thread-safe self-generating list (C#) +0.72
Why does int*[] decay into int** but not int[][]? +1.24
Can members in a structure be initialized to a value? -0.11
How to concatenate two IEnumerable<T> into a new IEnumerable&... 0.00
Immutable class vs struct -0.55
Strategies for passing colors around (avoiding ref?) -0.41
why virtual memory is needed in embedded systems? -0.37
Singletons using structs in C# -0.71
I am trying to implement a dictionary in VB.net where the value can... -1.33
Why is BigDecimal.equals specified to compare both value and scale... -0.40
Why is BigDecimal.equals specified to compare both value and scale... 0.00
How can I create a privately-settable read-only struct (such as Siz... -0.99
Why final keyword is necessary for immutable class? -0.58
Change value of parameter inside method, is this an anti-pattern? +0.68
Creating a non-static version of compiler-based "dictionary&qu... 0.00
Why are signed and unsigned multiplication different instructions o... 0.00
Should BaseType of System.Object be the same as interfaces? -0.39
How can I modify a value in a struct? +0.54
Why aren't bitfields allowed with normal variables? -0.21
Generics, Nullable, Type inference and function signature conflict -0.66
How to make tiny size barcode using Free 3 of 9 0.00
S.O.L.I.D Essentials missing points? -0.23
How to initialize char array in struct +0.41
How to find out if an object is referencing another object? -0.58
is there a proper way to handle multiple errors/exceptions? +1.52
Uncatchable ChuckNorrisException -0.56
How to handle a collection of Foo<T>, where T can be differen... +0.82
Should an implementation of IEqualityComparer.Equals allow null val... -0.11
Why are Date structures Immutable? 0.00
C# Properties - returning one type and storing another -0.58
Why is it possible to declare a variable without an initial value? 0.00
Determine managed vs unmanaged resources -0.49
How can an object unmark marker interface? -0.77
Generic with multiple constraints -0.30
Is it important to override Equals if I'm implementing IEquatable&l... +2.09
Why are empty classes 8 bytes and larger classes always > 8 bytes? -0.13
(T)Activator.CreateInstance(typeof(T), new[] { parms }); throws an... +2.84
can a struct be derived from a class in c#? -0.06
Compare double to zero using epsilon -0.40
How to freeze a popsicle in .NET (make a class immutable) +0.51
Catch exceptions from events -1.19
Repeated boxing makes different references? -0.31
How to get around lack of covariance with IReadOnlyDictionary? -0.37
Calling Properties from Struct in c# -0.47
Why are subclasses' private variables kept when stored in a supercl... 0.00
When creating an immutable type in .net is it valid to have public... -1.02