The source code of atom-shell is separated into a few parts, and we are mostly following Chromium on the separation conventions. You may need to become familiar with ...
* **atom** - Source code of atom-shell. * **app** - System entry code. * **browser** - The frontend including the main window, UI, and all browser side things. This ...