File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -26,17 +26,19 @@ providing automatic diagnostics for [DSLs](#embedding-domain-specific-languages)
26
26
This information is also available via an ` implicit ` , letting you write functions
27
27
that automatically pull it in.
28
28
29
- Using SourceCode on heavily abstracted code can
30
- help change what you see in debug printouts from this:
29
+ Using SourceCode on code dealing with lots of anonymous functions or anonymous
30
+ classes can easily turn what you see in your debug printouts from this:
31
31
32
32
![ Before] ( docs/Before.png )
33
33
34
34
To this:
35
35
36
36
![ After] ( docs/After.png )
37
37
38
- By automatically capturing source information you can use to give your objects
39
- and function meaningful names that tell you where they were defined.
38
+ By capturing source information you can use to give your objects and function
39
+ meaningful names that tell you where they were defined, automatically without
40
+ needing you to manually assign a string-ID to every anonymous function or
41
+ anonymous class you define all over your code bas.
40
42
41
43
Table of Contents
42
44
=================
You can’t perform that action at this time.
0 commit comments