Search code examples
How to write a ctor for a class owning nocopy-nomove types of which one is to be init.ed from anothe...


c++c++17idiomsnoncopyable

Read More
Idiomatic way of handling nullable or empty List in Kotlin...


kotlinidiomskotlin-null-safety

Read More
Is there a Pandas idiom for reading a CSV file with categorical data that has spelling variants?...


pythonpandascsvidioms

Read More
Python idiom to return first item or None...


pythonidioms

Read More
Need some help understanding a couple of SCILAB idioms...


idiomsscilab

Read More
Is return nil, nil not idiomatic go?...


goerror-handlingidioms

Read More
Should I use quotes or angle brackets for headers within same library?...


c++includeidiomsinclude-path

Read More
What are some GraphQL schema naming best practices?...


graphqlschemaidioms

Read More
kotlin KT-28061 for details for null safety on compiler...


kotlinidioms

Read More
Python using exceptions for control flow considered bad?...


pythontry-catchgeneratoridioms

Read More
In Rust, what is the idiomatic way to associate members of one enum with other enum types and map be...


rusttypesenumsidiomsprimitive

Read More
Idiomatic "guaranteed-unique" identifiers in C++...


c++uuididioms

Read More
Python safe dict navigation, The Right Way...


pythondictionaryidioms

Read More
Why Clojure idiom prefer to return nil instead of empty list like Scheme?...


clojureidioms

Read More
Omit one value from a range...


pythonrangeidioms

Read More
How to stop a call to map if nested find returns None?...


rustidioms

Read More
What is the idiomatic way to slice an array relative to both of its ends?...


arrayspowershellsliceidiomslanguage-comparisons

Read More
idioms for returning multiple values in shell scripting...


shellidioms

Read More
Convert rune to int?...


gotype-conversionidiomsrune

Read More
What to do about exceptions which don't fit your Expected error type?...


c++exceptionidiomsc++23std-expected

Read More
How do I wrap a plain buffer of char's with an std::string or an equivalent thereof?...


c++stringc++11wrapperidioms

Read More
Is there an idiomatic way of accepting particular children in React?...


reactjsidioms

Read More
idiomatic C for const double-pointers...


cconstantsidioms

Read More
C++ code for state machine...


c++design-patternsswitch-statementstate-machineidioms

Read More
Is there a function in the Kotlin stlib for transforming a List<Pair<A, B>> into a Pair&...


kotlintransformationidioms

Read More
Most idiomatic way to convert None to empty string?...


stringpythonidioms

Read More
What is the idiomatic way to handle/unwrap nested Result types?...


rusterror-handlingidioms

Read More
Is there idiomatic scoped semantics in golang?...


goidiomsdefer-keywordlexical-cleanup

Read More
Get the key corresponding to the minimum value within a dictionary...


pythondictionaryminminimumidioms

Read More
How can I initialise a static Map?...


javadictionarycollectionsinitializationidioms

Read More
BackNext