Krishna Vedala

Results 7 comments of Krishna Vedala

https://github.com/TheAlgorithms/C/pull/619#issuecomment-702148934

Thank you @Shezza221b However, the documentation will not be compiled and not be visible until the code is updated to the specs. Please refer to [contribution guidelines](https://github.com/TheAlgorithms/C/blob/master/CONTRIBUTING.md) for a sample...

Review existing code and standards: https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/range_queries/fenwick_tree.cpp ![image](https://user-images.githubusercontent.com/7001608/95516528-5ec5eb80-098d-11eb-8a7d-bef55d94c9df.png)

You can look at the empirical data - https://github.com/TheAlgorithms/C-Plus-Plus/graphs/traffic and notice the increase in traffic to the repo after the deployment of the doc site. I don't think the value-proposition...

> The problem with the code comments is that there isn't a standardized way to write comments and the writing of comments and docstrings is generally not enforced. We need...

> > Are you sure? While there might be multiple documentation standards, it is to the group the pick one and stick with it > > This is true, different...

I came across this repo: https://github.com/OpenGenus/cosmos with a really nice website A really good set of codes nicely organized into one giant repo. Even they are using the same long...