Changes between Version 19 and Version 20 of ErlangShellInterface
- Timestamp:
- Jul 11, 2012, 4:12:22 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ErlangShellInterface
v19 v20 391 391 === Logical layers analysis === 392 392 In large program systems, groups of compilation units (in the case of Erlang, modules) usually form logical layers. A desired property of such systems is that code in one layer should only use the layer immediately below it, and conversely, provide functionality only for the layer immediately above it. If you would like to check whether a system observes this rule, you should visit the [[InterfaceLayers|Interface Layers]] page, which show you how to check it. 393 394 === Duplicated code analysis === 395 In large program systems often occure duplicated code, which is a computer programming term for a sequence of source code that occurs more than once. There are two ways in which two code sequences can be duplicates of each other: syntactically and functionally. This new feature can detect the syntactically similar duplicates. You can learn more about this topic and about the usage, especially about the command-line usage, on [[DuplicateCodeAnalysis| Duplicate code analysis]] page. 393 396 394 397 == Server management command list ==