# Code Style

Following a code style decisions makes the code easier to understand, and easier to maintain. It is recommended following the most popular standards as close as possible, this way the style will be accessible to as many people as possible.

## References

* [Google Code Style Guides](https://google.github.io/styleguide/)
* [SQL Style Guide](http://www.sqlstyle.guide/)

## Tabs

Tabulations should be avoided. The common alternative for them is using three or four spaces. If possible use three, just because it makes the code look more compact.
