[IMPORTANT] - Naming Convention #71
code-chaser
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey everyone
So, here's the "naming convention" thing in the simplest way I can:
/
slashes obviously).Still confused? No worries, here's an example:
Let's say you are uploading solution to this problem: https://leetcode.com/problems/
minimum-swaps-to-make-sequences-increasing
/minimum-swaps-to-make-sequences-increasing.cpp
minimum-swaps-to-make-sequences-increasing.java
minimum-swaps-to-make-sequences-increasing.py
similarly for other languages ...
No shortening, no removing dashes, nothing, just copy the ending part from the URL and paste it, as easy as it gets!
If you still have any doubt, you can always ask!
By the way, nice contributions folks, cheers to you all! 🎉
Keep going!
Beta Was this translation helpful? Give feedback.
All reactions