Artur Sulej
Artur Sulej
`excellent_migrations` is a tool that analyses database migrations and detects potentially dangerous operations. It's well documented and actively maintained. It's similar to a popular Ruby gem `strong_migrations`.
It's a good idea to tackle complexity of finding unsafe operations – to make them easier to read, understand, maintain and develop. There two aspects: * there are many checks...
Let's keep cooking theme in tables/columns names for consistency and fun 🧑🍳 I believe it's a great introductory task, if you want to contribute (but not the only one). You...
Experimenting with macro for increased readability. Example: ```elixir {:rename, location, [{:table, _, _}, [to: {:table, _, _}]]} ``` ⬇️ ```elixir ast do rename(table(_), to: table(_)) end ```
## Overview I added [Pixel 2](https://github.com/gopxl/pixel) in Game Development section. I also changed description of the original [Pixel](https://github.com/faiface/pixel) about not being actively developed. ## We want to ensure high quality...
### Precheck * Proposals for new features should be submitted via: https://github.com/rrrene/credo-proposals * For bugs, please do a quick search and make sure the bug has not yet been reported...