[ 
https://issues.apache.org/jira/browse/OFBIZ-7520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15639762#comment-15639762
 ] 

Divesh Dutta edited comment on OFBIZ-7520 at 11/5/16 4:19 PM:
--------------------------------------------------------------

All the patches in sub tickets are committed in revision numbers 1768209, 
1768219, 1768222, 1768235, 1768237 in trunk. 


was (Author: diveshdut):
All the patches in sub tickets are committed in revision numbers 1768209, 
1768219, 1768222, 1768235 in trunk. 

> Minilang code readability and consistency improvements
> ------------------------------------------------------
>
>                 Key: OFBIZ-7520
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-7520
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: ALL COMPONENTS
>    Affects Versions: Upcoming Branch
>            Reporter: Divesh Dutta
>            Assignee: Divesh Dutta
>
> Code written in minilang is not consistent through out the application and 
> some times its hard to read. For eg:
> {code}
> <set from-field="productFacility.minimumStock"  field="minimumStock"/>
> {code}
> should be written as :
> {code}
> <set  field="minimumStock" from-field="productFacility.minimumStock" />
> {code}
> There are many such examples where code for all such tags in minilang can be 
> improved, which will improve code readability and we will have consistency 
> through out the application. This is a parent/place holder ticket, I will 
> create logical sub-tickets for managing the effort. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to