So what is hardest thing in Software Development
Let’s talk about some non-tech skill for tech skilled people.
So i keep this blog sort and sweet : )
After i developed my project and commented the code that i usually do , i informed that i think i’m done .And a command from Product Manager OK do Documentation i thought it will be easy than coding , but it’s hardest thing i the whole software cycle. I really took 1.5 days to document it because it’s my project and first Documentation so my Documentation in under review if there’s need i need to do that again.
What makes Documentation Harder :-
We(backend) developers just copy the output from PostMan or run our script to fetch the data from api and paste it in document , because the backend developer will always go through the code. But what about frontend? he/she don’t know anything about the inner process in the backend , he/she don’t know what values to pass to when that may lead to many data breach , so we need to explain our project / all the methods / error codes / payment process everything in the document and need to put all type of the output in the document.