Skip to content

Commit 88988ad

Browse files
Adding image to index, updating css
1 parent c9cfb41 commit 88988ad

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

docs/_includes/head_custom.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
/* Push the sidebar navigation list down so it isn't hidden
44
behind the browser's address/search bar */
55
.side-bar {
6-
padding-top: 11rem;
6+
padding-top: 8.5rem;
77
}
88
</style>
78.8 KB
Loading

docs/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ permalink: /
99
# The Complete Guide to the Apex Common Library
1010
{: .no_toc }
1111

12+
![Patterns Turning]({{ "/assets/images/patternsturning.png" | relative_url }})
13+
1214
### What Is This Wiki?
1315

1416
This wiki hopes to simplify the concept of [Separation of Concerns](https://en.wikipedia.org/wiki/Separation_of_concerns#:~:text=In%20computer%20science%2C%20separation%20of,code%20of%20a%20computer%20program.) in Salesforce and leveraging the [Apex Common Library](https://github.com/apex-enterprise-patterns/fflib-apex-common) to implement it. While this wiki hopes to make this easier, if you finish everything here and want even more information about this topic I would suggest reading [Andy Fawcett's Salesforce Lightning Platform Enterprise Architecture Book](https://amzn.to/2R0D4BQ). Specifically pages 159-268 for Separation of Concerns and how to use Apex Commons to implement it and pages 477-520 for information on Unit Testing and Apex Mocks. It's a lot harder to consume (in my opinion) than the wiki below, but it is loaded with valuable information. It's how I learned most of what I'm presenting to you in the repo.

0 commit comments

Comments
 (0)