Search code examples
Most C++'ish way to check if value belongs to certain static set...

c++setidiomssyntactic-sugar

Read More
Is it "legitimate" to define an std::chrono Clock which doesn't really offer a now() f...

c++clockidiomsc++-chrono

Read More
How should I idiomatically represent time intervals (not just durations) in C++?...

c++timeintervalsidiomsc++-chrono

Read More
What is the pythonic way to detect the last element in a 'for' loop?...

for-looppythonidiomsfencepost

Read More
In CMake, how do I check whether a string contains an integral number?...

regexcmakenumbersidiomsstring-parsing

Read More
Acceptable Golang idiomatic nested error handling?...

goidioms

Read More
Efficient yet ergonomic way to represent a gamepad state struct in Rust...

ruststructidioms

Read More
Is this Python code a kind of typecast, and, if so, what is going on under the hood?...

pythonnumpyctypesidioms

Read More
Use of ternary operator instead of if-else in C++...

c++if-statementidioms

Read More
idiomatic Go name for struct in package?...

goidioms

Read More
How should I loop over the elements of a C++ container in reverse order?...

c++iterationcontainersreverseidioms

Read More
C# idiomatic `myList.All((item, index) => {...})`...

c#linqidioms

Read More
Python indentation in "empty lines"...

pythoncoding-styleidioms

Read More
Named Parameter idiom in Java...

javaidioms

Read More
When is it appropriate to use an associated type versus a generic type?...

typesrustidioms

Read More
pimpl for a templated class...

c++idiomspimpl-idiom

Read More
What does if __name__ == "__main__": do?...

pythonnamespacesprogram-entry-pointpython-moduleidioms

Read More
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
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
BackNext