CodingStyles

From Lost In Wonderlands
Revision as of 16:45, 23 October 2016 by Paul (Talk | contribs) (Created page with "= Coding Styles= ''by paul.plaquette, Senior Software Engineer, Trilda Open Source'' '''NeXT Steps''' ''here everything has yet to be done !'' ''coming soon'' : '''''Ev...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Coding Styles

by paul.plaquette, Senior Software Engineer, Trilda Open Source

NeXT Steps

 here everything has yet to be done !

coming soon :

Everything You Always Wanted to Know About Re-factoring... (But Were Afraid to Ask)


Re-factoring is the process of redesigning software architecture and source code in which anti-patterns were identified using Design Patterns

See also


Preferred Coding Styles

Remember

  • a function name should be descriptive and short
  • a function should not have more than 3 parameters in argument list , or should use the memento design pattern
  • a function is supposed to do only one thing.
  • a function should not be very indented
  • a function should be short: only a few lines of code
  • a function code should be self descriptive (not comments needed)

in C

in C++

in CSS

in HTML

in Java

in JavaScript

in Objective C

in PHP

in Python




Coding styles

in C

in Python

Blogs