Skip to content

Commit

Permalink
Dox
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveWilkes committed Jun 26, 2021
1 parent 5e18675 commit 13143a7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/src/api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,7 @@ So why use Expressions?
- To write more refactor-friendly code - source code strings cannot be statically checked and have
no design-time safety

- Expression Tree code compilation or generation handles referencing required assemblies for you
- Expression Tree code compilation or generation handles referencing required assemblies for you

Ultimately, you may just find it simpler to build strings. The best use case for using Expressions
is to move an existing runtime operation - *e.g* creating object-object mappers - to build-time.

0 comments on commit 13143a7

Please sign in to comment.