List Question
20 TechQA 2014-11-26T06:45:44.997000Return from void function
788 views
Asked by Anirban Sarkar
Why can't a reference's target object be reasigned?
690 views
Asked by AudioBubble
Automatically apply C# 7 getter and setter style
817 views
Asked by ˈvɔlə
Using an anonymous delegate to return an object
6.7k views
Asked by wulfgarpro
Programming language or library for "Active expressions"
209 views
Asked by Wangnick
Should I prefer static methods in C#
1.5k views
Asked by Khanzor
Do these two C++ initializer syntaxes ever differ in semantics?
494 views
Asked by Omnifarious
Difference between func(_) and func _
423 views
Asked by Filippo De Luca
using directive to import subnamespaces
1.1k views
Asked by Miroslav Zadravec
Python - do I need to learn about old style classes?
511 views
Asked by ElenaT
Auto translating website using Google Translate
17.1k views
Asked by Elitmiar
What is a cofunction and how would it work in Python?
1k views
Asked by Stefano Borini
Volatile fields in C#
3.9k views
Asked by Cheng Chen
Are there any programming languages that consider functions as data structures that can be operated on?
240 views
Asked by isekaijin
What's the benefit of case-sensitivity in a program language?
1.5k views
Asked by Rabarberski
Java Upside Down Text - Bug or Feature?
2.4k views
Asked by James Williams
Dart: How to implement a similar situation like "when hashcode() is overridden, ==() should also be overridden"?
161 views
Asked by Midhunraj R Pillai
What is it called when an object is initialized without a type?
207 views
Asked by Hazel へいぜる
What is it called in Java when you create an instance on the fly?
252 views
Asked by Kieveli
Providing primitive casts in ActionScript 3
159 views
Asked by That Guy