@jkudish
Founder & Lead Developer at Spark Consulting
Nothing here yet.
Nothing here yet.
No blogs yet.
"Smarter" is a subjective term. I think every developer on my team has a different and unique skillset, as do I. We complement each other very well, and thus form a very well rounded team.
In one of my applications, an internal dashboard for a client, I have an ASCII shrug ¯\ (ツ)\ /¯ show up in some places when something unexpected happens. Luckily I don't think it's been triggered much if at all, because no one has mentioned spotting it yet :)
I often try to be a rubber duck myself to developers who are more junior than me. Rather than giving them the answer to a question or the solution to a problem, I ask them questions and lead them towards the answer themselves.
The code bloat issue seems like a non-issue to me, as long as you use some kind of build step that inlines those svgs for you at build/deploy time rather than doing it manually for each SVG. I use react-svg-inline combined with webpack to accomplish this.