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 ... 62 63 64 65
Title Δ
Immutable object pattern in C# - what do you think? 0.00
Can an abstract class have a constructor? 0.00
Why Doesn't C# Allow Static Methods to Implement an Interface? 0.00
Can every float be expressed exactly as a double? 0.00
Should you declare methods using overloads or optional parameters i... 0.00
Signed versus UnSigned Integers 0.00
Best Practice: function return value or byref output parameters? 0.00
How can one type access a private setter of another type's property? 0.00
What is the exact problem with multiple inheritance? 0.00
Event handling in embedded code 0.00
Test loops at the top or bottom? (while vs. do while) 0.00
Intercepting an exception inside IDisposable.Dispose 0.00
Is there a benefit to JUST a "throw" in a catch? 0.00
Mutable vs immutable objects 0.00
Are .NET applications immune from classic pointer errors? 0.00
Have trivial properties ever saved your bacon? 0.00
Software testing for a bare-metal system 0.00
Immutable String misunderstanding or a mistake in the Docs? 0.00
Is it possible to detect if an exception occurred before I entered... 0.00
Multiple Inheritance in C# 0.00
Why is "null" present in C# and java? 0.00
Why is there no RAII in .NET? 0.00
C# Generic Class with "specialized" constructor 0.00
Should I provide a deep clone when implementing ICloneable? 0.00
Finalizers and Dispose 0.00
C# Interfaces. Implicit implementation versus Explicit implementation 0.00
Difference between ref and out parameters in .NET 0.00
Do you leave historical code commented out in classes that you upda... 0.00
Interfaces: Why can't I seem to grasp them? 0.00
Virtual member call in a constructor 0.00
What's so wrong about using GC.Collect()? 0.00
Resources that have to be manually cleaned up in C#? 0.00
Conditions when finally does not execute in a .net try..finally block 0.00
Why aren't Java Collections remove methods generic? 0.00
What is the correct way to design/implement two (or more) classes t... 0.00
What is the best c complier for the Pic18 micro 0.00
What are the differences between a clustered and a non-clustered in... 0.00
When should I use a struct instead of a class? 0.00
Why is it impossible to override a getter-only property and add a s... 0.00
Deep cloning objects 0.00
When to throw an exception? 0.00
Can you have a class in a struct? 0.00
Convention question: When do you use a Getter/Setter function rathe... 0.00
Is it safe for structs to implement interfaces? 0.00
Close and Dispose - which to call? 0.00
Handles vs. AddHandler 0.00
Changing the value of an element in a list of structs 0.00
Why/when should you use nested classes in .net? Or shouldn't you? 0.00
Which class design is better? 0.00
Is there a constraint that restricts my generic method to numeric t... 0.00