doc wording
This commit is contained in:
		
							parent
							
								
									99358f207b
								
							
						
					
					
						commit
						e9d9660c39
					
				| @ -11,10 +11,11 @@ simple ledger-compatible register & balance reports from a standard | ||||
| ledger file, and demonstrates a (naive) purely functional | ||||
| implementation of ledger. | ||||
| 
 | ||||
| Code organization: the early code defined types in each module. This was | ||||
| too strictly layered, so now most types are defined in "Types" at the | ||||
| bottom. The original modules are still used to group functions/methods | ||||
| related to each type.  Here is the approximate module hierarchy: | ||||
| Code organization: the early code defined each major type and their | ||||
| associated functions in a module. This was too restrictive, so now most | ||||
| types are defined in "Types" at the bottom. The original modules are still | ||||
| used to group functions related to each type.  Here is the approximate | ||||
| import hierarchy: | ||||
| 
 | ||||
| @ | ||||
| hledger ("Main") | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user