Search code examples
Avoid checking the same condition every step in a loop in C++...


c++for-loopcoding-styleconditional-statements

Read More
When to use !() or != when if not null...


c#coding-style

Read More
Check Android Permissions in a Method...


androidannotationscoding-stylelinterror-suppression

Read More
When should a C function return newly allocated memory?...


cmemory-managementcoding-style

Read More
What's a fluent interface?...


c++coding-stylefluent-interface

Read More
Is it a bad practice to use #ifdef in code?...


c++macoscoding-style

Read More
Tkinter documentation is contradicting PEP 8...


pythontkintercoding-stylepep8

Read More
Do you prefix your classnames?...


phpcoding-style

Read More
How to format SQL statements in perl (code-style)...


perlcoding-style

Read More
C#: is calling an event handler explicitly really "a good thing to do"?...


c#.netformattingcoding-style

Read More
Oracle Java code conventions...


javacoding-style

Read More
Autoload in Python...


pythoncoding-styleautoload

Read More
Should I use `import os.path` or `import os`?...


pythoncoding-stylepython-import

Read More
What is rc stands for...


language-agnosticcoding-style

Read More
For loop for second items in list of lists only. (python)...


pythoncoding-stylefor-loopnested-lists

Read More
NUnit OneTimeTearDown Garbage collection best practice...


garbage-collectionrepositorycoding-stylenunit

Read More
nesting if statements...


coding-styleif-statementnested

Read More
JavaScript style for optional callbacks...


javascriptcoding-stylecallback

Read More
Server side Javascript best practices?...


javascriptcoding-stylerhinoserverside-javascript

Read More
how to write cleaner if-else statements and prevent nesting?...


javascriptif-statementnestedconditional-statementscoding-style

Read More
Coding Conventions - Naming Enums...


javaenumscoding-stylenaming-conventionsstandards

Read More
Why my code is giving Time Limit Exceeded?...


c++data-structuresgraphcoding-styledepth-first-search

Read More
What are the most common Python docstring formats?...


pythoncoding-styledocumentationdocstring

Read More
golang Define struct once and use it in another struct definition...


gostructcoding-style

Read More
Should I return the object itself just for function chain...


oopfunctional-programmingcoding-stylefunction-composition

Read More
CSS When should I use the style attribute?...


htmlcssstylescoding-style

Read More
Python PEP: blank line after function definition?...


pythoncoding-stylestylespep

Read More
How to cover all case of <strong> <em> <u> to <strong> with python and smart...


pythonhtmlstringreplacecoding-style

Read More
How to use reusable function - Android, Java...


javanullcoding-stylereusability

Read More
Python alignment of assignments (style)...


pythoncoding-stylepep8

Read More
BackNext