Give more Attention to your README file

Starting out as a Web Developer can be quite overwhelming. You are bombarded with so many different technologies to choose from. But one thing that can make you stand out from all the other people starting out is the discipline you put into your projec…


This content originally appeared on DEV Community and was authored by Haris#

Starting out as a Web Developer can be quite overwhelming. You are bombarded with so many different technologies to choose from. But one thing that can make you stand out from all the other people starting out is the discipline you put into your projects. And one of the best ways to add it in your projects is to write proper documentation of your process.

README.md

Readme is a text file that is used by developers to explain and introduce their projects to the external users. It contains the information that is needed to get acquainted with the corresponding project. It's used as a way to answer all the frequent questions that other developers might have regarding the project such as identifying the technology stack or installing it for personal use.

Why should I write Readme

Readme is usually ignored while adding projects to your repositories. As a newbie it seems unnecessary to write long lines that probably no one is going to read. But you might come back to your code after a while and that readme file is going to help you a lot in identifying what was what. A good readme file should be as good as the project itself.

Readme is very important in growth

Adding a readme file might seem as a small step as it is often ignored but this one small step can go a long way in your development career. Your projects on GitHub are basically your portfolio. It’s very rare that you start landing big clients after starting out so until you make a name for yourself, adding your projects in a presentable way to your repositories is the best way to showcase your talents to your possible clients. If you’re in a learning phase and trying to code on different test projects, then it's best to add them to your repositories with a good description. The best part about these descriptions is that even a non-technical person (maybe a recruiter) can get an idea of your talents from these files.

Tips on writing a good Description

Essentials:

Title:

Make sure to add specific and to the point titles that describe what the project is about

The project's aim:

Mention what you want to achieve by making this project. It's good to start developing with deliverables in mind.

Tech Stack:

Add what framework or library you’re using and it’d be super awesome if you add why you used it in the first place.

Installation

If your project is a software or an app, make sure that you add proper instructions on how to install it on whatever platform you’re providing support for.

Really Stand Out:

If you’re feeling a wee bit fancy and really want to make a good impression by going the extra mile, consider adding these sections as well.

  • Table of contents
  • GIFs of project in action
  • Scope of functionalities
  • Project status
  • Sources
  • Other information

Let me know what you guys think about Readme files.

Happy Developing!


This content originally appeared on DEV Community and was authored by Haris#


Print Share Comment Cite Upload Translate Updates
APA

Haris# | Sciencx (2021-12-03T10:28:57+00:00) Give more Attention to your README file. Retrieved from https://www.scien.cx/2021/12/03/give-more-attention-to-your-readme-file/

MLA
" » Give more Attention to your README file." Haris# | Sciencx - Friday December 3, 2021, https://www.scien.cx/2021/12/03/give-more-attention-to-your-readme-file/
HARVARD
Haris# | Sciencx Friday December 3, 2021 » Give more Attention to your README file., viewed ,<https://www.scien.cx/2021/12/03/give-more-attention-to-your-readme-file/>
VANCOUVER
Haris# | Sciencx - » Give more Attention to your README file. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2021/12/03/give-more-attention-to-your-readme-file/
CHICAGO
" » Give more Attention to your README file." Haris# | Sciencx - Accessed . https://www.scien.cx/2021/12/03/give-more-attention-to-your-readme-file/
IEEE
" » Give more Attention to your README file." Haris# | Sciencx [Online]. Available: https://www.scien.cx/2021/12/03/give-more-attention-to-your-readme-file/. [Accessed: ]
rf:citation
» Give more Attention to your README file | Haris# | Sciencx | https://www.scien.cx/2021/12/03/give-more-attention-to-your-readme-file/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.