The Greatest React Developer I Ever Met
The Greatest React Developer I Ever Met
What makes a truly great engineer? Over the last 5 years, I have
had the privilege of working with all kinds of people — from young
blood to veterans. But as the saying goes, very few people will
Today, I will share the story of one of the greatest engineers I have
Let’s begin…
at all.
I was a junior back then and thought why did he do that? From
time, this practice doesn’t hurt but the rest 1% can damage the
management).
it after 3–4 months) but his code was so beautiful that a junior
Here is an example.
return (
<UserDetails>
<About data={aboutData} />
<PersonalInfo data={personalData} />
</UserDetails>
)
}
back then.
something like this and we would just change the property name.
But this was not the same for him. He would do something like
this.
function compare( a, b ) {
if ( a.last_nom < b.last_nom ){
return -1;
}
if ( a.last_nom > b.last_nom ){
return 1;
}
return 0;
}
objs.sort( compare );
Both of these do the same thing but for his way, I would not have
to play with that. Now and then, some new library comes along
and we think about how we can use that inside the project.
libraries himself.
But as time marched on, it became clear that he was very aware of
the new changes but was very careful about using those. He
understood that adding anything and everything has its own cost,
the management.
through his codes and later realized how awesome he was. On the
surface, we were doing the same job. Delivering features that were
being asked.
But inside the code, what he did just blew me away. From the
folder structure to naming variables, the care he put into each line
Maybe he wasn’t right all the time, maybe he had some issues with