Lost your password?

Blogs about: Coding Style

Featured Blog

How to structure Perl programs.

elliotlovesperl wrote 3 weeks ago: Don’t put the implementation of your program in your program; put it in a module instead. Ther … more →

Tags: development, Programs

Bazaar Style Checker 0.1.1 released

stianse wrote 4 weeks ago: I’m pleased to announce that Bazaar Style Checker 0.1.1 is now available. Get it at Launchpad. … more →

Tags: Programming, Bazaar Style Checker, Bazaar, Plugin, Python

Declare variables inside a loop - good or bad?

robertsv wrote 1 month ago: I like to define variables always outside the loop regardless whether variables are primites or obje … more →

Tags: Java, Tips, Good practice

Just because it's not an error doesn't mean it's right

bigendian wrote 5 months ago: *** This post belongs to http://bigendian.wordpress.com, all rights reserved *** I was working on a … more →

Tags: Programming, java programming, php, General, Java, Coding pitfalls, code readability

A rose by any other name... Object serilization and the Java JVM

bigendian wrote 5 months ago: ***This post belongs to http://bigendian.wordpress.com. All rights reserved *** Consider the two cla … more →

Tags: java programming, Programming, Coding pitfalls, Java

Code style plugin for Bazaar1 comment

stianse wrote 5 months ago: For some time ago I discovered this awesome code formatting tool called Uncrustify. I really believe … more →

Tags: Bazaar Style Checker, Programming, Bazaar, Plugin, Python

De-Coupling MVC with Facade classes

bigendian wrote 5 months ago: Please note: The original url for this post is: http://bigendian.wordpress.com/ If you are reading t … more →

Tags: Programming, java programming, General, Java, Programming workarounds

Do you understand the words that are coming our of my keyboard?2 comments

bigendian wrote 5 months ago: I happened across an interesting article about OpenXava today. OpenXava is a platform for Java Enter … more →

Tags: Programming, General, Internet, Browsers, Coding pitfalls

On the Issue of Using Nested Classes in C# for Object-Oriented Design

gnhurst wrote 8 months ago: I first came across the notion of using nested classes back in 2000 when I discovered Ruby. Some yea … more →

Tags: C#, Design Patterns, Flyweight, Interfaces, Nested Classes, Singleton

StyleCop for ReSharper has been released1 comment

modeeb wrote 9 months ago: StyleCop for ReSharper has been released last week as a plugin for ReSharper to bring StyleCop code … more →

Tags: IDE and Tools, Programming, development, Refactoring, Microsoft

//Comments about comments5 comments

modeeb wrote 10 months ago: Although they are usually enforced by coding standards, and I strongly agree, I believe code comment … more →

Tags: Craftsmanship, Refactoring, best paractices

Real World Examples #4 - More on "Thinking Hardware"8 comments

Nir Dahan wrote 10 months ago: I was reviewing some code not so long ago, and noticed together with the owner of the code, that we … more →

Tags: real world examples, Synthesis

A Coding Tip for Multi Clock Domain Designs14 comments

Nir Dahan wrote 1 year ago: Multi clock domain designs are always interesting, but almost always hide some synchronization probl … more →

Another Reason to Add Hierarchies to Your Designs5 comments

Nir Dahan wrote 1 year ago: We are usually very annoyed when the team leader insists on code restructuring and hierarchical desi … more →

Tags: coding technique, Optimization

How To: Include File in ASP.NET Pages1 comment

triaslama wrote 1 year ago: Sometimes programming its just the matter of style, I am not generalize but often I found that we ca … more →

Tags: ASP.Net programming, Programming, ASP.NET, Include File, Master Page, Style, The Matter of Style, write file

Indent with tabs, align with spaces10 comments

stianse wrote 1 year ago: There have been countless discussions on whether you should use tabs or spaces to indent your code. … more →

Tags: Programming, Emacs, hacking, Lisp

Fun With Enable Flip-Flops5 comments

Nir Dahan wrote 1 year ago: Almost each library has enable flip-flops included. Unfortunately, they are not always used to their … more →

Coding style - my recommendations2 comments

bunicul wrote 1 year ago: The way you write a code is very important (at least from my point of view) because it has to be … more →

Tags: IT, coding, Style, write code, Recommendations

Why You Don't See a Lot of Verilog or VHDL on This Site2 comments

Nir Dahan wrote 1 year ago: I get a lot of emails from readers from all over the world. Many want me to help them with their lat … more →

Tags: General


Have your say. Start a blog.

See our free features →

Related Tags
All →

Follow this tag via RSS