Go Parse, Don't Validate
One of the bugs I was tasked to solve at my #dayjob the second week there seemed simple on the surface. Potential applicants (aka leads), need to be submitted to the company wide server. The lead was original stored in our team's database so we'd ret...
totallygamerjet.hashnode.dev4 min read
Olex Khonko
actually why do you use pointer of slice
slice is a pointer itself. So you just work with pointer on pointer.
Instead you can improve you code and stop doint this crazy pointer on slice. And it would be much more better