You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create guides/index_template.md similar to the Ruby guide
You must assure that:
All code-blocks, when run from start to finish in order they appear in the guide, do not throw any errors. If you want to demonstrate that certain statements will throw errors, they must be wrapped in a try/catch and print out the expected error.
All code-blocks are properly marked with the language it's written in (i.e. ```ruby)
The instructions, though mostly identical to the Ruby guide, are suitable for this repo.
The text was updated successfully, but these errors were encountered:
Create
guides/index_template.md
similar to the Ruby guideYou must assure that:
try/catch
and print out the expected error.```ruby
)The text was updated successfully, but these errors were encountered: