# coding-style > General coding style for this project - Author: Szymon Dzialowski - Repository: stopsopa/LaymanSync - Version: 20260206034036 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/stopsopa/LaymanSync - Web: https://mule.run/skillshub/@@stopsopa/LaymanSync~coding-style:20260206034036 --- --- name: coding-style description: General coding style for this project --- # Error messages Preffer messages ```ts throw new Error(`${this module name.ts} error: ${errorMessage}`); // instead of throw new Error(`${errorMessage}`); ``` ... make sure each error clearly states it's origin