project: File and Directory Naming Assignment

Hard Prerequisites
IMPORTANT: Please review these prerequisites, they include important information that will help you with this content.
  • FILE-AND-DIRECTORY-NAMING: File and directory naming
  • Please answer the following questions in markdown files and submit following the instructions below.

    Questions

    1. Here are some directory names that follow different naming conventions: Foo_Bar, foo_bar, FooBar, fooBar. Which of the directory names follows the convention used in your language?

    2. Here are some file names that follow different naming conventions: MyFile, my_file, My_File. Which of the file names follows the convention used in your language?

    3. Here are function names that follow different naming conventions: myFunction, my_function, MyFunction, My_function, My_Function. Which of the function names follows the convention used in your language?

    4. Why is it important to use the recommended naming convention?

    How to submit your work

    Please follow the following instructions to submit your work:

    [TODO] TOPIC: How to submit your markdown files

    RAW CONTENT URL