Skip to content
Pavel Novikov edited this page Sep 9, 2020 · 13 revisions

Welcome to Reinforced.Tecture documentation. This is guide through main Tecture concepts and features.

It will be best if you'd follow it step by step from the top to the bottom.

Enjoy!

Basics

Core concepts of Tecture getting explained

  • Channels: abstract type-bound external system delimiters
  • Aspects: defining the channel's functionality through aspects
  • Entities: common game rules regarding entities

Writing code

How to write code with Tecture and implement required functionality.

  • Services: the place for your business logic
  • Queries: how to properly query data from external sources
  • Commands: a way to perform exact action on external system

Integration

How to use Tecture within your application

  • Tecture and Ioc: how to propagate tecture access points through the IoC
  • Saving: how to apply changes on external systems

Testing with Tecture

Testing, workflow and informational capabilitites of Tecture explained here

Customization and add-ons

Writing extensions for Tecture in order to best-fit your workflow

Clone this wiki locally