Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in coding-style
Ratio of real code to supporting code
Dec 06, 2022
language-agnostic
coding-style
What is the preferred way in C++ for converting a builtin type (int) to bool?
Dec 05, 2022
c++
coding-style
boolean
New line at the end of source code
Dec 06, 2022
coding-style
programming-languages
newline
Ternary operator should not be used on a single line in Node.js. Why?
Dec 05, 2022
node.js
coding-style
standards
Are there issues using Dim foo As Foo in VB.NET?
Dec 04, 2022
c#
vb.net
coding-style
case-sensitive
case-insensitive
x or y: acceptable idiom, or obfuscation?
Dec 04, 2022
python
coding-style
obfuscation
idioms
Why is the use of a constant considered better programming style than the use of a literal?
Dec 03, 2022
c
coding-style
Java calling methods on instance variable
Dec 04, 2022
java
coding-style
Is it common to declare const pointers in C++?
Dec 04, 2022
c++
coding-style
Origin of discouraged perl idioms: &x(...) and sub x($$) { ... }
Dec 03, 2022
perl
coding-style
Tool that shows unit dependencies for Delphi 2010 or Delphi 7 program
Dec 04, 2022
delphi
refactoring
coding-style
Excel c# convert cell to percentage
Dec 02, 2022
c#
excel
coding-style
range
Try/Catch Use Convention(s)
Dec 03, 2022
c#
coding-style
error-handling
try-catch
Change default position of "{" in VS2010?
Dec 03, 2022
c#
.net
visual-studio
visual-studio-2010
coding-style
Is "using std::begin;" a good practice?
Dec 03, 2022
c++
c++11
coding-style
standards
How to avoid duplicating logic on two similar WinForms?
Dec 02, 2022
c#
.net
coding-style
Should I use string constants or string literals
Dec 02, 2022
.net
string
coding-style
Pimp my Perl code
Dec 03, 2022
perl
refactoring
coding-style
What's the more elegant way to declare a const in C# [duplicate]
Dec 03, 2022
c#
coding-style
constants
if(null!=variable) why not if(variable!=null)
Dec 02, 2022
java
coding-style
« Newer Entries
Older Entries »