TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Elitist or reasonable concerns on state of front end development?

16 pointsby hashtreeabout 10 years ago
My freelancing to date has largely consisted of ML, stream processing, data integrations, microservices, and other backend work. However, more recently I&#x27;ve shifted to include frontend work with react&#x2F;reflux&#x2F;react-native&#x2F;electron and I have run into a high number of issues with development practices. I find myself declining most work for obvious lapses in development practices and, on occasion, &quot;duped&quot; into accepting a client that sounds good on paper but isn&#x27;t.<p>I have observed a severe lacking in areas like:<p><pre><code> - Testing (i.e. usually none, which is often spun like an odd pro that they are so &quot;fast&quot;) - Devops (e.g. lack of repeatable&#x2F;automatic deployments, things must be hand-touched, no continuous integration) - Project management (e.g. no tracking of bugs, features, etc via issues, no milestone usage, no documentation) - Git&#x2F;Github basics (e.g. don&#x27;t break the branch when doing PRs, create useful commit messages) - Understanding of CSS&#x2F;HTML basics (e.g. best practices, standards, anti-patterns) - Understanding of React&#x2F;Flux basics (e.g. child keys, anti-patterns, bastardizing with some weird approach) - Understanding of functional programming basics (e.g. immutablity, HOFs, pure functions) - Understanding of computer science basics (e.g. weird custom approaches that poorly mimic trees, no big-o concerns that hurt perf, memory leaks) - Separation of concerns (e.g. making UI components know about and concerned with the data persistence layer) - Security (e.g. secure credentials committed, pretty much an afterthought) </code></pre> Are these issues simply the norm for frontend development and something I just need to get used to OR is perhaps my frontend network itself poor and something I just need to work on building up to more &quot;solid&quot; clients? I understand few companies are perfect and I am not asking for it all, but coming across clients with lapses in all these areas is what concerns me.

7 comments

angersockabout 10 years ago
So, a few of those are kind of elitist.<p>React&#x2F;Flux is still <i>super new</i>. Hell, there are like a dozen Flux frameworks out there with more on the way, and people are still arguing over what it looks like. So, you shouldn&#x27;t ding people for that.<p>Functional programming is something that, at least for what you&#x27;ve mentioned, is a nice-to-know and easily explained insofar as it matters to front-end devs.<p>Security tends to be a rabbithole and something that, if taken seriously, can really slow down a project. So, it makes sense to market yourself as &quot;Hey, I can backfill your security holes&quot;. No reason to be high and mighty.<p>CS basics is something you can again explain, or charge a premium for.<p>Devops is a pretty vague and bankrupt concept. Lack of automated deployments is not necessarily bad, it may just not be how they roll. Lack of automated <i>builds</i> and <i>tests</i> is a different matter. Deployment&#x2F;adminny stuff is typically a pain point in any org, and it just sucks. Look at it as an opportunity on selling them how to do it the Right Way.<p>The stuff that I <i>would</i> absolutely be concerned about would be lack of testing (if they won&#x27;t even acknowledge the deficiency), the lack of understanding git and project management, separation of concerns, and the CSS&#x2F;HTML basics.<p>~<p>Long story short, though, is that it is exceedingly rare to see any shop that has everything on that list squared away--and if they did, they wouldn&#x27;t be hiring freelancers to save their ass.
评论 #9468620 未加载
评论 #9467874 未加载
nostrademonsabout 10 years ago
The reason you&#x27;re valuable as a freelancer is because you know things that their existing developers do not. Take this lack of knowledge as a gift: it&#x27;s how you can add value to their organization and justify raising your rates. (You do want to select for companies that are <i>open</i> to implementing these dev practices, and sell them on the benefits up-front. But a company that wants to implement all of these but doesn&#x27;t currently have the headcount for it is a gold mine. It&#x27;s an opportunity for you to improve the efficiency of a whole <i>team</i> instead of just writing some code.)
jdlshoreabout 10 years ago
Poor practices are more common among front-end developers, partly due to people coming in from non-programming fields (graphic design, for example) and partly due to people who should know better saying &quot;it&#x27;s JavaScript, JavaScript sucks, fuck it, I&#x27;m not responsible.&quot;<p>Don&#x27;t get sucked in to the JS blame game. There are many excellent tools and libraries available (e.g., Karma for cross-browser testing; JSHint for static analysis; npm for installing and updating packages) and good practices are entirely possible. Keep up the good fight.<p>I have a screencast series on this topic at <a href="http:&#x2F;&#x2F;www.letscodejavascript.com" rel="nofollow">http:&#x2F;&#x2F;www.letscodejavascript.com</a> (subscription required) and an essay on tooling and workflow at <a href="http:&#x2F;&#x2F;www.letscodejavascript.com&#x2F;v3&#x2F;blog&#x2F;2015&#x2F;02&#x2F;javascript_tooling" rel="nofollow">http:&#x2F;&#x2F;www.letscodejavascript.com&#x2F;v3&#x2F;blog&#x2F;2015&#x2F;02&#x2F;javascript...</a> (free).
eswatabout 10 years ago
While freelancing I’ve seen team members being oblivious to how much work would be involved in actually making an area of their product good and not realizing how badly techdebt can compound in the weeks and months ahead when not solved early (usually because “we need to move fast”).<p>An example would be CSS. Many developers hate writing it and think it’s a trivial toy that even a monkey can write properly. Sure, to get something up and running it takes little effort to get the presentation right in CSS. But making something maintainable that won’t slow down your velocity after a month of adding&#x2F;removing&#x2F;modifying rules and class names is an entirely different thing. Yet I’ve rarely met a client that didn’t have a severe tech debt with their CSS – I’m usually not called in to fix that – even those with refined testing and devops processes. Though they usually believe that their CSS is fine.
yayoliusabout 10 years ago
About that: - Testing: Yes, for sure there is a lack of understandment in testing specially in frontend, here i have seen that a lot of the test depends on the framework that you are using, also testing in front is relatively new, and not really standarized.<p>- Devops, well if you are not seeing test, very hardly you would see the value of continuos integration, and tipiclly this process involves a lot of backend and even some server configuration, and as many say in here most frontends right now come from design backgrounds.<p>- Project management. This is more like a &quot;company culture&quot; issue, the way the do this mostly depends on how the rest of the company values this in frontend development.
fmsfabout 10 years ago
Last summer we where actively recruiting (senior) front end engineers in London. To try to filter, part of the first interview consisted of very simple CS related questions:<p>- JavaScript has a `.sort()`, if it didn&#x27;t how (or what) would you implement it?<p>- Can you explain briefly what a Linked List is?<p>- Given that JS is all about Maps, can you describe me how an hashtable works?<p>Sometimes just by asking the `.sort()` I got replies like &quot;Why do I need to know that? the sort already exists! Sorry I am confused, I thought I was applying to a senior front end position&quot;.<p>Regarding dev ops (even if just generating the build pipeline) I got answers like &quot;No way! that is hardcore&quot;<p>Everything else also lacked overall, specially testing.
评论 #9479673 未加载
benologistabout 10 years ago
You&#x27;ve pretty much described the frontier of modern web development, some of this stuff is still being defined, lots of it is yet to reach mass-penetration.<p>It would be pretty nice if there was an &quot;all of the above for dummies&quot; guide.