Skip to content

Files

Latest commit

 

History

History
13 lines (7 loc) · 333 Bytes

no-internal-module.md

File metadata and controls

13 lines (7 loc) · 333 Bytes

Pattern: Use of internal module

Issue: -

Description

Disallows internal module

Rationale: Using module leads to a confusion of concepts with external modules. Use the newer namespace keyword instead.

Further Reading