microsoft / WhatTheHack
Components & Dependencies

An overview of source code logical components.

Intro

Logical decomposition is a representation of the organization of the main source code, where every and each file is put in exactly one logical component.

  • A software system can have one or more logical decompositions.
  • A logical decomposition can be defined in two ways in Sokrates.
  • First approach is based on the folders structure. Components are mapped to folders at defined folder depth relative to the source code root.
  • Second approach is based on explicit definition of each component. In such explicit definitions, components are explicitly named and their files are selected based on explicitly defined path and content filters.
  • A logical decomposition is considered invalid if a file is selected into two or more components.This constraint is introduced in order to facilitate measuring of dependencies among components.
  • Files not assigned to any component are put into a special "Unclassified" component.
Learn more...
Logical Decompositions Overview

Analyzed system has 1 logical decomposition:

  • primary (34 components)

Logical Decomposition #1: PRIMARY

The decompositions is based on the folder structure (relative to the source code root), with automatically defined folder depth to have at least 10 components.

Bubble Chart | Tree Map
Components
The "primary" logical decomposition has 34 components.
  • 1,196 files, 97,610 lines of code (66.7% vs. main code).
  • "002-IntroToAzureAI" is biggest, containing 30.44% of code.
  • "ROOT" is smallest, containing 0% of code.


002-IntroToAzureAI29713 LOC (20%) 197 files
001-IntroToKubernetes21691 LOC (14%) 86 files
006-AppModernization10772 LOC (7%) 190 files
009-MicroservicesInAzure8741 LOC (5%) 133 files
016-AppMigration2761 LOC (1%) 77 files
003-DrivingMissData2723 LOC (1%) 23 files
021-IdentityForApps2629 LOC (1%) 45 files
005-RockPaperScissorsBoom2532 LOC (1%) 87 files
044-DevOpswithGithubActions2525 LOC (1%) 55 files
027-FHIRPoweredHealthcare2105 LOC (1%) 27 files
039-AKSEnterpriseGrade1421 LOC (<1%) 14 files
017-FrontDoor1283 LOC (<1%) 26 files
047-TrafficControlWithDapr1222 LOC (<1%) 48 files
030-ConversationalAI1131 LOC (<1%) 7 files
040-JavaOnAppService748 LOC (<1%) 16 files
033-OSSDatabaseMigration735 LOC (<1%) 27 files
012-InfraAsCode-Terraform724 LOC (<1%) 12 files
023-AdvancedKubernetes681 LOC (<1%) 15 files
015-Serverless625 LOC (<1%) 11 files
011-InfraAsCode-ARM-DSC584 LOC (<1%) 8 files
014-OSSDevOps497 LOC (<1%) 19 files
031-DevOpsWithGitHub359 LOC (<1%) 11 files
010-AzureDevOps297 LOC (<1%) 13 files
007-AzureMonitoring283 LOC (<1%) 10 files
008-DatabricksIntroML195 LOC (<1%) 7 files
013-InfraAsCode-Ansible149 LOC (<1%) 9 files
045-InfraAsCode-Bicep124 LOC (<1%) 12 files
038-MDWCovid19109 LOC (<1%) 5 files
assets91 LOC (<1%) 1 files
037-AzureVirtualDesktop85 LOC (<1%) 1 files
_layouts32 LOC (<1%) 1 files
019-ThisOldDataWarehouse25 LOC (<1%) 1 files
034-MicrosoftTeams-MakeItReal15 LOC (<1%) 1 files
ROOT3 LOC (<1%) 1 files
Dependencies
Dependencies among components are static code dependencies among files in different components.

No component dependencies found.



2022-01-30 22:12