Insights Blog
-- Browse All Articles --
Physics Articles
Physics Tutorials
Physics Guides
Physics FAQ
Math Articles
Math Tutorials
Math Guides
Math FAQ
Education Articles
Education Guides
Bio/Chem Articles
Technology Guides
Computer Science Tutorials
Forums
Trending
Log in
Register
What's new
Latest activity
Register
Menu
Log in
Register
Navigation
More options
Style variation
System
Light
Dark
Contact us
Close Menu
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Forums
FactChecker's latest activity
FactChecker
reacted to
.Scott's post
in the thread
Learning data structures and algorithms in different programming languages
with
Like
.
Regardless of what language you use to implement your data structures, I suggest you brief yourself on database normalization. The one...
Aug 25, 2025
FactChecker
replied to the thread
I
Understanding the historical shift away from absolute simultaneity
.
In general, you should separate the goals of clear understanding of physics versus knowing the history. There were many confused people...
Aug 25, 2025
FactChecker
replied to the thread
Documentation of (only) source code
.
IMO, there is no official definition of where "pseudocode" ends and good comments begin. Books and academic discussions about algorithms...
Aug 25, 2025
FactChecker
replied to the thread
When should a beginner programmer learn vims/emacs?
.
One reason we remember the keyboard shortcuts is that they are quick, easy, and you don't have to keep moving a hand from the keyboard...
Aug 25, 2025
FactChecker
reacted to
jedishrfu's post
in the thread
When should a beginner programmer learn vims/emacs?
with
Like
.
A contractor once came to our site to customize a software product we bought. He opened a terminal session and worked quite well using...
Aug 25, 2025
FactChecker
replied to the thread
Documentation of (only) source code
.
All of this depends on the software development environment that you are working in. If strict configuration management principles are...
Aug 25, 2025
FactChecker
reacted to
Mark44's post
in the thread
Documentation of (only) source code
with
Like
.
Regarding #1, the function's basic purpose likely won't change much, but there is more that should be stated in comments than a brief...
Aug 25, 2025
FactChecker
reacted to
Mark44's post
in the thread
Documentation of (only) source code
with
Like
.
This isn't a point just against pseudocode; it's a general point against comments in the code that don't get updated when a bug is found...
Aug 25, 2025
FactChecker
reacted to
Filip Larsen's post
in the thread
Documentation of (only) source code
with
Like
.
The two terms are very close to be used interchangeably, but I would say there is a slight tendency that concurrent programming covers...
Aug 24, 2025
FactChecker
reacted to
jedishrfu's post
in the thread
Documentation of (only) source code
with
Like
.
Another point against pseudo code is updates. Often programmers fix a defect and comment about what was wrong and how they fixed it...
Aug 24, 2025
FactChecker
replied to the thread
Documentation of (only) source code
.
IMO, pseudocode does not necessarily serve the purpose of good documentation. I don't know if there is an official, enforced...
Aug 23, 2025
FactChecker
reacted to
DaveC426913's post
in the thread
Documentation of (only) source code
with
Haha
.
We had a rule that THOU SHALT NOT COMMIT ANYTHING THAT BREAKS THE BUILD. The punishment was to be handed a scraper and have a go at...
Aug 23, 2025
FactChecker
replied to the thread
Learning data structures and algorithms in different programming languages
.
@sysprog1 , Thanks. I stand corrected. And I see in the link you gave that the author has several books on parallel algorithms and...
Aug 23, 2025
FactChecker
reacted to
sysprog1's post
in the thread
Learning data structures and algorithms in different programming languages
with
Informative
.
I found this book very helpful in my student days -- its content is still comp-sci foundational, and by it the applicability of graph...
Aug 23, 2025
FactChecker
replied to the thread
Documentation of (only) source code
.
I once had the job of integrating and testing code inputs from several engineers into flight critical code. I remember one time when a...
Aug 23, 2025
Forums
Back
Top