Domäne
Programming Fundamentals
Skill-Profil
Dieser Skill definiert Erwartungen über Rollen und Level.
Rollen
3
wo dieser Skill vorkommt
Stufen
5
strukturierter Entwicklungspfad
Pflichtanforderungen
0
die anderen 15 optional
Programming Fundamentals
Clean Code & Refactoring
22.2.2026
Wählen Sie Ihr aktuelles Level und vergleichen Sie die Erwartungen.
Die Tabelle zeigt, wie die Tiefe von Junior bis Principal wächst.
| Rolle | Pflicht | Beschreibung |
|---|---|---|
| Blockchain Developer | Follows clean code principles for blockchain component development: meaningful variable names, small functions, single responsibility. Uses linters and formatters for Go/Rust/TypeScript. | |
| Smart Contract Developer | Follows clean code principles in Solidity: meaningful names, small functions, NatSpec documentation. Uses solhint and prettier-solidity for formatting. Writes readable modifiers. | |
| Systems Programmer (C/C++) | Understands clean code principles: meaningful variable names, short functions, minimal comments. Follows kernel project code style guide when writing simple modules. |
| Rolle | Pflicht | Beschreibung |
|---|---|---|
| Blockchain Developer | Applies clean code practices in infrastructure development: separating network, consensus, and storage layers. Refactors legacy code while maintaining backward compatibility of protocols. | |
| Smart Contract Developer | Applies clean code practices for smart contract systems: clear separation of concerns between contracts, consistent naming conventions, readable require messages. Refactors legacy contracts. | |
| Systems Programmer (C/C++) | Applies clean code in systems programming: module responsibility separation, consistent error handling (error codes), clear abstractions for hardware interaction. |
| Rolle | Pflicht | Beschreibung |
|---|---|---|
| Blockchain Developer | Designs clean architecture for blockchain node: clear module boundaries, dependency injection, abstractions over storage and networking. Mentors the team on clean architecture principles. | |
| Smart Contract Developer | Designs clean architecture for contract systems: interface segregation, abstract contracts, library patterns. Mentors the team on principles of clean Solidity code and maintainability. | |
| Systems Programmer (C/C++) | Designs clean system APIs with predictable contracts. Ensures style consistency across kernel subsystems, applies defensive programming and contract-based design. |
| Rolle | Pflicht | Beschreibung |
|---|---|---|
| Blockchain Developer | Establishes clean code standards for the blockchain organization. Introduces automated quality gates and architectural fitness functions. Conducts architecture review of critical components. | |
| Smart Contract Developer | Establishes clean code standards for smart contract organizations. Introduces automated quality gates: NatSpec coverage, complexity metrics. Conducts architecture reviews for maintainability. | |
| Systems Programmer (C/C++) | Defines clean code standards for systems development. Establishes kernel naming guidelines, error handling, hardware-dependent code documentation for the team. |
| Rolle | Pflicht | Beschreibung |
|---|---|---|
| Blockchain Developer | Defines enterprise code quality strategy for the blockchain platform. Shapes culture of craftsmanship and continuous refactoring. Publishes best practices for open-source blockchain projects. | |
| Smart Contract Developer | Defines enterprise Solidity code quality strategy. Shapes a culture of code craftsmanship in smart contract development. Publishes best practices for readable and maintainable contracts. | |
| Systems Programmer (C/C++) | Shapes enterprise clean code culture for the systems division. Defines code quality metrics (cyclomatic complexity, code coverage), mentors leads on code quality. |