Search code examples
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
Idiomatic way to create n-ary cartesian product (combinations of several sets of parameters)...

kotlinsetcartesian-productidioms

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
How do I reverse an int array in Java?...

javaarraysidioms

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
Idiomatic Ruby filter for nil-or-empty?...

rubyidiomsenumerable

Read More
Hidden Friend Concept in C++...

c++friendidioms

Read More
Are there any functions like getattr/hasattr but which skip instance attributes?...

pythonattributesidiomsstandard-libraryclass-variables

Read More
Was is the idiomatic way to define partial functions in Perl?...

perlidioms

Read More
Preferred way to instantiate types in Go...

typesgodeclarationinstantiationidioms

Read More
What is the underscore (" _ ") used for in Python?...

pythonsyntaxprogramming-languagesidioms

Read More
When to add a unit argument to an existing function in F#...

functionf#memoizationidiomsunit-type

Read More
Check whether a variable is a string in Ruby...

rubyidiomstypechecking

Read More
How can I loop through a C++ map of maps?...

c++loopsdictionaryiterationidioms

Read More
Python negative zero slicing...

pythonidiomsslice

Read More
Python "Every Other Element" Idiom...

pythonidioms

Read More
How to write Dart idiomatic utility functions or classes?...

flutterdartidiomsutility-method

Read More
BackNext