Why no Fractional instance for Sum...
Read Morestd::span as a base class for std::vector...
Read MoreWhy doesn't the .Net framework have a priority queue class?...
Read MoreWhy not a Phantom class which extends Functor Contravariant?...
Read MoreRaise compile-time error if a string has whitespace...
Read MoreIs catch(Exception) viable for convenience methods if there is an overload that allows proper handli...
Read MoreLibrary design and DI with 3rd party dependencies...
Read MoreCompose C header file to be able to be used from C++...
Read MoreShould String and CharArray be the same thing?...
Read MoreJava standard library: Which methods are with biggest number of arguments in the library?...
Read MoreDesigning public error codes in C for a library...
Read MoreScala: package object v.s. singleton object within a package...
Read MoreAn Object that returns an instance of itself...
Read MoreWhy generic IList<> does not inherit non-generic IList...
Read MoreUse outer class instance as self in inner class?...
Read MoreWhat purpose does `gsl::string_span` aim at?...
Read MoreLibrary design: allow user to decide between "header-only" and dynamically linked?...
Read MoreReferring to abstract type outside of trait for class construction...
Read MoreInheritance in Java: naming collision case...
Read MoreOrder of Java 8's datetime package DayOfWeek enum...
Read MoreConfusion about the interface design of C++11 random distributions...
Read MoreImplementing copy and move assignment with a single function...
Read MoreWriting database library in Scala - initialization code...
Read MoreWhat would you do here? Return a null or throw an exception (framework design guides)...
Read MoreIs there any reason for std::multiplies and std::divides to be in third person?...
Read MoreWhy the std::this_thread namespace?...
Read MoreWhy do some string routines give a result and some change the original in Delphi?...
Read MorePassing function pointers as an API interface to a compiled library...
Read MoreA couple of questions regarding on OO and library design...
Read More