Blogs about: Coding Style

Featured Blog

Python Preliminaries: Open Source Licenses & Header Format

Arvind wrote 2 weeks ago: I revisited an old python project today, which had been written for company project. Since there was … more →

Tags: Python, Open-Source

Power of Indentation...

nandakumarkaranam wrote 2 months ago: I have been programming for quite sometime now. I see programming as a fun thing where you solve pro … more →

Tags: General, Indentation, coding, Programming Lab

Put Your Const Foot Forward7 comments

Daniel Hardman wrote 6 months ago: Here are two C++ style habits that I recommend. Neither is earth-shattering, but both have a benefit … more →

Tags: Tips and Tricks, Mistakes, Habits, C#, Const, STL, iterators, Pointers, References

Solutions to common Java enum problems5 comments

jenslukowski wrote 7 months ago: Say, you have an enum representing a state: enum State { A, B, C, D; } And you want to know if a sta … more →

Tags: 2012, Author: Jens Lukowski, Java, ENUM, Java

Class names with verbs enforce the Single Responsibility Principle (SRP)1 comment

daniel.lindner wrote 7 months ago: I’m experimenting with fluent code for a while now. Fluent code is code that everybody can rea … more →

Tags: 2012, Author: Daniel Lindner, Java, flexibility, fluent code, fluent interface, Readability, single responsibility principle

Feature turning into bug2 comments

Murilo Adriano wrote 8 months ago: Me and one of Unicamp teams Background A few days ago, after a sub-regional phase of ACM ICPC, one i … more →

Tags: C/C++, Programação, Bug, C#, Constructor, explicit, Feature

What's the problem with Scala's "lazy" vals?

rrees wrote 8 months ago: Scala has a value modifier called “lazy” and I have a bit of a problem with it. Let … more →

Tags: Scala Java, Programming, Scala, lazy, coding

Un-learning your coursework: Commenting

Zach Hoefler wrote 9 months ago: In an effort to not lose points on their grade, many students will end up writing code like this: #i … more →

Tags: Programming, Comments, Students

A funny quotati...

aababilov wrote 1 year ago: A funny quotation from http://wiki.openstack.org/CppCodingStandards FIXME: Desc says they should be … more →

Tags: Fun, OpenStack

C++ and Leadership

aababilov wrote 1 year ago: Looking for opinions on CamelCase in C++, I have found a nice quotation (http://www.schmid.dk/wiki/i … more →

Tags: C#, Management

Shinobu's Haskell Coding Style (SHCS)

Shinobu wrote 1 year ago: I’ve been coding in Haskell for a couple years. Now, Haskell does not really have an establish … more →

Tags: Haskell, Haskell

JavaScript Best Practices5 comments

Sarfraz Ahmed wrote 1 year ago: JavaScript is not only amazing language but also very tricky language. To make correct use of it, yo … more →

Tags: javascript, best, Best Practices, Global variable, Pitfalls

if - else coding style best practices9 comments

lukaseder wrote 1 year ago: The following post is going to be an advanced curly-braces discussion with no right or wrong answer, … more →

Tags: Java, if, Else, Matter of taste, Curly Braces, language java

FSM Design Techniques

pmkenned wrote 1 year ago: FSM Design Techniques This post is about a paper entitled “Synthesizable Finite State Machine Design … more →

Tags: finite-state machines, FSMS, one hot encoding, Output Encoding, SystemVerilog, Verilog

Best practices for programming in C

cychong wrote 1 year ago: http://www.ibm.com/developerworks/aix/library/au-hook_duttaC.html 1. 함수 이름 checkSize()보다는 validSize( … more →

Tags: Note, Programming

리눅스 커널 코딩 스타일

cychong wrote 1 year ago: http://namhyung.springnote.com/pages/858738 적지 않은 시간을 개발 업무에 투자했지만 아직도 일관성을 못 가지고 있는 듯하다 -_-;;; 그 일관 … more →

Tags: Note, Programming

Readable Code Needs Time and Care6 comments

Nico Hochberger wrote 1 year ago: A few weeks ago I was about to write an acceptance test involving socket communication. Since I was … more →

Tags: Software development, Java, Author: Nico Hochberger, 2011

Readability of Boolean Expressions1 comment

volkerkaiser wrote 1 year ago: Following up on various previous posts on code readability and style I want to provide two more exam … more →

Tags: Software development, C/C++, Author Volker Kaiser, 2011, Readability, volkerkaiser

Separate your code domains2 comments

daniel.lindner wrote 1 year ago: When you develop software, you most likely have to think in two target domains at the same time. One … more →

Tags: Java, Principles, 2011, Source Code, reusability, Domains, Technical Domain, Business Domain, Separation


Related Tags
All →

Follow this tag via RSS