-
Notifications
You must be signed in to change notification settings - Fork 202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create sql-writting-tests.md #105
Conversation
Co-authored-by: kazk <[email protected]>
the review above being closed, I duplicate the message here: Isn't there a way to get notifications for the reviews? (maybe it's sent by email? Then I'd have to change the one used for github... :/ ) Q: should we have a list of "topics" for the frontmatter, as we do for "kinds" or so? Because we might end up with |
btw, what about that:
we let the page as it is for now? (this might belong to a tutorial rather than to the reference?) |
I only get notification on GitHub. We can add to Zulip if you want. (codewars/zulip-github-events#3)
We don't have
We can always improve the docs later so it's up to you. |
|
||
## Generalities | ||
|
||
If you do use an existing SQL kata, be sure to avoid exposing the solution in the preloaded code file. It's easy for a code warrior to read the file in the sample tests and view the solution. Also, drop and recreate the database per `it` block so that there's no surprising state shared across cases. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is weird as a first sentence on this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll check that one tomorrow (too much tired for that now. It's actually the original text, I just updated the post of the issue to make it compatible with the docs.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tried something... Can you check again, plz?
Co-authored-by: kazk <[email protected]>
Yup, would be cool, imo.
done (with a question already... XD ) |
line 20: TODO