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 ... 35 36 37 38 39 ... 65
Title Δ
What's the different between clone method and assign the instance t... +0.54
Unsubscribe from delegate passed through ref keyword to the subscri... +0.08
Immutable Data Structures in C# -0.45
Why only literal strings saved in the intern pool by default? -0.49
Uniform handling of many exceptions -0.55
Returning both computation result and status. Best practices 0.00
Why do most exceptions omit instance-specific information? -0.90
C# Clothing System for Character -1.16
Changing Various Values within a Struct (How Immutable are they?) +0.67
Can I/Should I use exceptions to error check my program? -0.49
c# IEnumerable property. Does adding an item to the collection call... -1.00
c# IEnumerable property. Does adding an item to the collection call... -0.00
What is the reason why high level abstractions that use lock free p... -0.28
What is this IDisposable doing for me? -0.41
Why is catch (Exception) wrong? +0.05
Using constrained generics instead of interfaces -- downsides? -0.92
C# - Pass a struct to a form by reference and return value? +1.07
What is the life expectency of structs when returned from method an... +0.07
Why structs cannot have destructors? 0.00
Disposing objects (simplification) -0.81
The Code Analysis-friendly way to dispose of objects -0.32
Is a struct boxed when passed to a method using the ref keyword? -0.66
What makes SSL secure? -1.33
Hierarchy of classes that use a disposable object. Implement IDispo... +0.24
Catching exceptions. Do you replace or wrap the using statement -0.30
Shortest way to represent UInt64 as a string +1.72
Is there a way to initialize members of a struct without using a co... +0.23
RSA public key encrypts ASCII value to 0, how to decrypt? 0.00
Why equals and hashCode were defined in Object? 0.00
When can't you use SafeHandle over Finalizer/IDisposable? -0.55
Why is it okay that this struct is mutable? When are mutable struct... -0.64
Can the type difference between constants 32768 and 0x8000 make a d... +0.47
C# Class is IEnumerable AND an IEnumerator at the same time. What a... 0.00
Why exactly not treat all warnings as errors when there're no warni... 0.00
In C how much space does a bool (boolean) take up? Is it 1 bit, 1 b... +0.43
Why volatile works for setjmp/longjmp -0.41
c# declare a var as an interface. why is this possbile? +0.53
IDisposable and managed resources -0.26
Safe cross platform coroutines +0.83
Immutable data and locking +1.29
About setjmp/longjmp +0.93
Why do I need to use get and set? 0.00
What's the use of declaring an interface as a class member? -0.87
How do I write exception handling for bad input? -0.32
What's the difference between: Asynchronous, Non-Blocking, Event-Ba... 0.00
Is there an interface that specifies that an argument (a collection... +2.01
Why does the CLR re-use empty strings, but not empty arrays? -0.69
Why are delegates reference types? +0.55
What determines the order variables are saved in memory? +1.18
NULL vs throw and performance -0.13