Skip to content

Commit

Permalink
Nightmare before best practices
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem Kazakov committed May 11, 2016
1 parent 792d541 commit 495aa80
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions day2/nightmare_before_best_practices.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Nightmae before best practices

# Best practices

## Style guide

- [databricks style guide](https://github.com/databricks/scala-style-guide)
- [paypal style guide](https://github.com/paypal/scala-style-guide)
- [effective scala (twitter)](http://twitter.github.io/effectivescala/)

## Comments

- Different languages have different patterns
- even ToDo (Scala) TODO (java) todo (js)

## Regex

- same here, different languages have different patterns/styles etc.

##

-

0 comments on commit 495aa80

Please sign in to comment.