General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Lawrence D’Oliveiro
Programmers are also human
comments
Comments by "Lawrence D’Oliveiro" (@lawrencedoliveiro9104) on "Interview with Junior JS Developer" video.
@lele_l Certainly tutes can only be an adjunct to the docs, never a replacement for them. What I have in my browser bookmark list is not tutes, but reference docs.
3
The libraries can demonstrate the strengths and weaknesses of the language. For example, look at Python: quite a compact core language, with a remarkable variety of libraries built on top. Many of them could rightfully be described as full-on DSLs (domain-specific languages), which shows the power of the core language.
2
In the last edition of The Mythical Man Month (from 1995), Fred Brooks discussed how the next major advance in programmer productivity would have to come from techniques like “metaprogramming” -- the use of very high-level languages to orchestrate toolkits written in lower-level languages. That is indeed how things are commonly done these days. And one of the most popular of those high-level languages is Python.
2
@kamertonaudiophileplayer847 I’m sure Python is playing a significant part in planning of interplanetary missions. It’s become a staple of scientific-quality data analysis, after all.
2
@kamertonaudiophileplayer847 Now that, there is no such thing.
2
The kinds of things I need JavaScript for, a few dozen lines of code directly in a page, without any external libraries or frameworks, does the job just fine. I feel pleased because I figured out how to use “<script type="module">” inserting some code directly in a web page, so that it could be accessed elsewhere on the page, as though imported from a real external module.
2
If I want elaborate scalable graphics accurately laid out on a page, I would use SVG.
1
Anybody who thinks that, go look up “Structure And Interpretation Of Computer Programs”. It’s an MIT undergrad course. If you manage to pass it, you might learn something about programming languages.
1
What’s alt-tab? I have my windows grouped into desktops, and switch between them with CTRL-F1, CTRL-F2 etc.
1
It’s all the complications to disguise ads to make it harder for adblockers to recognize them.
1