Skip to content

Commit a66a2d8

Browse files
authored
Update elixir.md
1 parent cc4ee3e commit a66a2d8

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

langs/elixir.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,24 @@ Consider this approach is considering you're using a [mix](https://hexdocs.pm/mi
1313
- Run often `mix format` to format your code and commit this.
1414
- Run credo to make the code analysis before to push your code, if there are warnings fix it and commit this.
1515
- 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

Comments
 (0)