Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-features

Difference between func(_) and func _

scala language-features

Ignore Ada Function Return Values

language-features ada

Ruby language feature of Set[1,2,3]

How is Nullable<T> different from a similar custom C# struct?

ASP-style tags for Perl web development?

Array/list vs Dictionary (why we have them at first place)

Why the difference between int a[5] = {0} and int a[5]={1} (Missing Feature) [closed]

What is it called in Java when you create an instance on the fly?

Mistaken mass deletes and updates -- design error?

sql language-features

boolean expressions, why just two terms?

How do you structure your comparison functions?

What is the best way to attach static methods to classes rather than to instances of a class?

How can I intercept execution of all the methods in a Java application using Groovy?

Noexcept equivilent in C#

Limitations to functions declared as `extern "C"`? C++ features still usable?

c++ c language-features extern

Java language spec: "an invocation of Class" as return type of method in annotation type

java language-features

C: 8x8 -> 16 bit multiply precision guaranteed by integer promotions?

Why would one want to use ruby over python or vice versa?

What advantages does Sass provide over regular CSS?

Name this python/ruby language construct (using array values to satisfy function parameters)