Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ericelliott
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
ericelliott
3y ago
This example will probably include detailed justifications. I liked the response, but if you just want rank and name, just say so in natural language.
2.
▲
by
ericelliott
3y ago
I might do something like this in SudoLang: list top 10 hip hop artists from the year 2014 |> sortBy(chart performance, descending)
3.
▲
by
ericelliott
3y ago
Unit tests. SudoLang has a port of the Riteway unit testing framework, and programs can be stepped through in debug mode to show intermediate processes. Such debugging sessions could be used to fine train future models on algorithmic thinki
4.
▲
by
ericelliott
3y ago
You're just seeing people's knee jerk reaction to new ideas here. What you don't see in these comments is that SudoLang went viral overnight. Tens of thousands of people heard about it and the blog post comments are overwhelm
5.
▲
by
ericelliott
4y ago
It's packed with data and cited sources, and it does not rely only on download stats as your comment implies.
6.
▲
by
ericelliott
6y ago
I've built multiple Angular apps, too. All of them imported at least a dozen other libraries as well.
7.
▲
The Missing Introduction to React
(medium.com)
12 points
by
ericelliott
6y ago
|
3 comments
8.
▲
Simple Code
(medium.com)
4 points
by
ericelliott
6y ago
|
0 comments
9.
▲
by
ericelliott
6y ago
There are a few first principles from which we can design code. The first is: Requirements change. For many reasons. User needs change. Business processes change. Technology evolves. If you're going to keep up, you must design code tha
10.
▲
One Cool Trick to Simplify Reducer Functions
(medium.com)
4 points
by
ericelliott
6y ago
|
1 comments
11.
▲
Abstract Data Types and the Software Crisis
(medium.com)
2 points
by
ericelliott
6y ago
|
0 comments
12.
▲
How to Learn to Code: Tips to 10x Your Coding Skills
(medium.com)
4 points
by
ericelliott
6y ago
|
0 comments
13.
▲
JavaScript Quick Tip – Avoid Serial Request Waterfalls
(medium.com)
2 points
by
ericelliott
6y ago
|
0 comments
14.
▲
Passwords Are Obsolete – How to Secure Your App and Protect Your Users
(medium.com)
9 points
by
ericelliott
6y ago
|
0 comments
15.
▲
Remote Work Quick Tip – Make Work Visible
(youtube.com)
3 points
by
ericelliott
6y ago
|
0 comments
16.
▲
Remote Work Quick Tip – Build Culture with Cadence
(youtube.com)
3 points
by
ericelliott
6y ago
|
0 comments
17.
▲
Managing Remote Teams – Use Checklists
(medium.com)
6 points
by
ericelliott
6y ago
|
0 comments
18.
▲
Gear Up for Remote Work: The Remote Worker's Home Office Equipment Guide
(medium.com)
5 points
by
ericelliott
7y ago
|
2 comments
19.
▲
Why Development Teams Are Slow: Common Software Jams and Solutions
(medium.com)
6 points
by
ericelliott
7y ago
|
0 comments
20.
▲
Setting Up a New MacBook for JavaScript Development
(medium.com)
4 points
by
ericelliott
7y ago
|
0 comments
21.
▲
The Hardest Part of Being a Software Manager
(medium.com)
3 points
by
ericelliott
7y ago
|
0 comments
22.
▲
What Is the Difference Between a Junior and a Senior Developer?
(medium.com)
4 points
by
ericelliott
7y ago
|
0 comments
23.
▲
Land Your Dream JavaScript Job with a Better Resume
(medium.com)
3 points
by
ericelliott
7y ago
|
0 comments
24.
▲
Testing Software: What Is TDD? A Practical Introduction with Q&A
(medium.com)
4 points
by
ericelliott
7y ago
|
0 comments
25.
▲
What to Pay JavaScript Developers in 2020
(medium.com)
4 points
by
ericelliott
7y ago
|
0 comments
26.
▲
by
ericelliott
7y ago
The TypeScript engine in VS Code does the same type inference for standard JS, and automatically downloads d.ts typings for libraries you use to enhance it.
27.
▲
by
ericelliott
7y ago
Yeah. I've done that, too, and TypeScript certainly can catch up to 20% of the public bugs on GitHub. But I find that after all the other measures I use (particularly TDD and code review), there just aren't many type-related bugs
28.
▲
by
ericelliott
7y ago
TypeScript annotations are also optional. In my experience, TypeScript does not reduce the number of tests you need to write.
29.
▲
by
ericelliott
7y ago
This is all true. It's also true of JSDoc (using the TypeScript engine or TernJS with standard JS) - but JSDoc also includes space for human readable descriptions which can be used to auto-generate thorough API documentation. And JSDoc
30.
▲
by
ericelliott
7y ago
If you follow the link in that reference, you'll see that the claim that TypeScript does not reduce bugs much is backed up by 4 independent sources.
More ›