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
elias001's post
in the thread
Documentation of (only) source code
with
Haha
.
@FactChecker and @Filip Larsen well I have an idea, for every 1000 lines of code in whatever you are writing, you will force whoever...
Aug 22, 2025
FactChecker
replied to the thread
Documentation of (only) source code
.
I have had occasions where I was looking at someone's old code, trying to figure it out so that I could modify it, drawing all sorts of...
Aug 22, 2025
FactChecker
reacted to
phyzguy's post
in the thread
Documentation of (only) source code
with
Like
.
My experience has been that the algorithm is usually not the main question when looking at code. I'm agreeing with @Filip Larsen that...
Aug 22, 2025
FactChecker
replied to the thread
Documentation of (only) source code
.
An aside: I always considered it to be a red flag if a programmer said that he wrote "self-documenting code" that didn't need comments...
Aug 22, 2025
FactChecker
reacted to
Filip Larsen's post
in the thread
Documentation of (only) source code
with
Like
.
I am not sure if you say this because you think pseudo-code somehow magically can elucidate details that code in a modern language...
Aug 22, 2025
FactChecker
replied to the thread
Documentation of (only) source code
.
Good question. Pseudocode can be as obscure as the real code, so that is not the right way to describe good documentation. There are...
Aug 22, 2025
FactChecker
replied to the thread
Learning data structures and algorithms in different programming languages
.
I can't answer that question. I don't know enough about Python. If I were to guess, I would guess that it makes memory errors less...
Aug 21, 2025
FactChecker
reacted to
jedishrfu's post
in the thread
Learning data structures and algorithms in different programming languages
with
Informative
.
Not to muddy the waters here but have you looked at Google’s golang programming language? https://go.dev/ It’s C for the internet age...
Aug 21, 2025
FactChecker
reacted to
Filip Larsen's post
in the thread
Learning data structures and algorithms in different programming languages
with
Like
.
While the abstract concept of pointing to or referencing data (as opposed to work directly with the "value" of the data) is similar in C...
Aug 21, 2025
FactChecker
replied to the thread
Learning data structures and algorithms in different programming languages
.
Good question. OOP helps to facilitate memory management. For the time being, you can ignore other features of OOP if you want to. Keep...
Aug 21, 2025
FactChecker
replied to the thread
Learning data structures and algorithms in different programming languages
.
You could use pointers in C++ the same way as in C, but that would miss out on some very important advantages of C++ and OOP. Suppose...
Aug 21, 2025
FactChecker
reacted to
jedishrfu's post
in the thread
Learning data structures and algorithms in different programming languages
with
Like
.
No. While it appears that C/C++ is like that, you can't just compile and run when switching from a Unix system to a Windows system...
Aug 21, 2025
FactChecker
replied to the thread
Learning data structures and algorithms in different programming languages
.
The series of books by Donald Knuth, "The Art of Computer Programming" were not "had to learn", but were considered standard classics to...
Aug 21, 2025
FactChecker
reacted to
jedishrfu's post
in the thread
Learning data structures and algorithms in different programming languages
with
Like
.
I think he means code and indentation via spaces or tabs.
Aug 20, 2025
FactChecker
reacted to
jedishrfu's post
in the thread
Learning data structures and algorithms in different programming languages
with
Like
.
It's not about learning and writing in multiple languages. It's about needing a script written by someone else in another language, like...
Aug 20, 2025
Forums
Back
Top