@@ -13,3 +13,24 @@ Consider this approach is considering you're using a [mix](https://hexdocs.pm/mi
13
13
- Run often ` mix format ` to format your code and commit this.
14
14
- Run credo to make the code analysis before to push your code, if there are warnings fix it and commit this.
15
15
- Run dialyzer before push your code to run the code analysis, if there are warning or errors fix it.
16
+
17
+ ## Example
18
+
19
+ ```
20
+ * c92872d 1 year, 11 months ago Carlo Gilmar Moving files into core directory
21
+ * b75d1b4 1 year, 11 months ago Carlo Gilmar Implement scheduler in StoryClient and update tests
22
+ * 805ef43 1 year, 11 months ago Carlo Gilmar Adding credo suggestions in tests
23
+ * 05f50f5 1 year, 11 months ago Carlo Gilmar Running mix formatter
24
+ * 792b348 1 year, 11 months ago Carlo Gilmar Implement get_stories/1 and test as pagination fetch in StoryClient
25
+ * c9f5ca1 1 year, 11 months ago Carlo Gilmar Implement get_top_50/0 and fetch_top_50/0 and tests in story client
26
+ * 3fc460c 1 year, 11 months ago Carlo Gilmar Adding test for StoryClient and implement get_story/1 into a genserver
27
+ * 07b05e9 1 year, 11 months ago Carlo Gilmar Implement Task.async_stream when get the stories detail
28
+ * 04e8923 1 year, 11 months ago Carlo Gilmar Adding test and rename it, and implement HackerNewsClient.get_stories/0
29
+ * 4a2bc14 1 year, 11 months ago Carlo Gilmar Adding unit test and implementation of HackerNewsClient.get_story_detail/1
30
+ * e4456e5 1 year, 11 months ago Carlo Gilmar Adding credo, config file and applying suggestions
31
+ * e437604 1 year, 11 months ago Carlo Gilmar Adding HackerNewsClient and unit test for get_top_ids/0 and http client mock
32
+ * bae3c61 1 year, 11 months ago Carlo Gilmar Adding config file and test configuration
33
+ * 860e3c5 1 year, 11 months ago Carlo Gilmar Adding deps and http_client for implement get/1
34
+ * 424c174 1 year, 11 months ago Carlo Gilmar First commit, dear college have a nice day reviewing my code :)
35
+
36
+ ```
0 commit comments