FactChecker's latest activity
-
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... -
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... -
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... -
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... -
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... -
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... -
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... -
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... -
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... -
FactChecker reacted to Filip Larsen's post in the thread Documentation of (only) source code with
Like.
Thinking about the usefulness of mixing pseudo-code with actual code somehow takes me back to the university in the 80's where we had... -
FactChecker reacted to Baluncore's post in the thread Documentation of (only) source code with
Haha.
A similar thing happens to me here at PF. After a couple of years, I get a reply notification to a watched thread, and so read back up... -
FactChecker reacted to Baluncore's post in the thread Documentation of (only) source code with
Like.
I only write very low-level and compact code, so I leave myself notes addressed like "We need to ...", because I will have forgotten...