[jboss-dev-forums] [Design of JBoss Profiler] - Re: Coding standards and process queries
jesper.pedersen
do-not-reply at jboss.com
Sat Nov 29 21:39:35 EST 2008
Looks good.
One thing though - you don't have to indent attributes for an element with 2 spaces -- you can make them line up with the attributes from the previous line like
| <html xmlns="http://www.w3.org/1999/xhtml"
| xmlns:ui="http://java.sun.com/jsf/facelets"
| xmlns:h="http://java.sun.com/jsf/html"
| xmlns:f="http://java.sun.com/jsf/core"
| xmlns:a4j="http://richfaces.org/a4j"
| xmlns:rich="http://richfaces.org/rich">
|
makes the tag more readable IMHO.
HTH
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4193211#4193211
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4193211
More information about the jboss-dev-forums
mailing list