Search code examples
Check if a float can be converted to integer without loss...

rustidioms

Read More
Get the first element of a list idiomatically in Groovy...

listgroovyidioms

Read More
How to remove non-symmetric pairs in a numpy array?...

pythonnumpyidioms

Read More
Is there an idiomatic Javascript way of avoiding providing a default value for a failing `Array.find...

javascriptarraysidioms

Read More
What's the most "Swift-like"/clean way to set a non-nil value with a sync DispatchQueu...

iosswiftgrand-central-dispatchswift5idioms

Read More
Modified Rust Book Guessing Game Query...

error-handlingrustidioms

Read More
For-loop or std::any_of, which one should I use?...

c++c++11for-loopstlidioms

Read More
Rust: Read and map lines from stdin and handling different error types...

error-handlingrustidioms

Read More
Idiomatic Way to Return an Invalid Struct in Go...

goidioms

Read More
Multiple constructors: the Pythonic way?...

pythonconstructorinitializationinitializeridioms

Read More
C++ idiom (or pattern) with interheritance from `NameBase` class to template `Name` class...

c++ooptemplatesidioms

Read More
How to build extensions to existing packages idiomatically...

gonamespacespackageshared-librariesidioms

Read More
In Lisp, is it more idiomatic to use let* or setf?...

optimizationschemelispcommon-lispidioms

Read More
Rails idiom to avoid duplicates in has_many :through...

ruby-on-railsactiverecordassociationsidioms

Read More
Preferred idiom for endianess-agnostic reads...

coptimizationendiannessidioms

Read More
What design pattern does the SNAFU library use to extend external types?...

design-patternsrustidioms

Read More
Is there an elegant way to iterate through an array and stop before the end?...

rubyidioms

Read More
How can this loop be turned into idiomatic Rust?...

loopsrustiteratoridioms

Read More
How can component in iron-pages know when it is selected...

polymer-1.0dom-eventsidioms

Read More
Idiomatic way of using StringBuilder in kotlin?...

stringkotlinidioms

Read More
How to handle classes with differently named member functions in algorithms?...

c++algorithmnamingidioms

Read More
Idiomatic F# - Simple Statistical Functions...

f#idioms

Read More
Idiom for simulating run-time numeric template parameters?...

c++templatesreflectionidioms

Read More
Ruby idiom for substring from index until end of string...

rubystringsubstringsliceidioms

Read More
C++ alternatives to Java static blocks...

javac++idiomsstatic-initialization

Read More
How to idiomatically format .apply{} in Kotlin?...

kotlinidioms

Read More
Why and when should a comma be used at the end of a block?...

syntaxrustidioms

Read More
Is it "bad form" to perform map lookup and type assertion in one statement?...

dictionarygoidiomstype-assertion

Read More
Is there a more idiomatic way to split a std::vector?...

c++templatesvectoridioms

Read More
Is static_cast<T>(-1) the right way to generate all-one-bits data without numeric_limits?...

c++bit-manipulationidioms

Read More
BackNext