harborsparrow's latest activity
-
harborsparrow replied to the thread Who is responsible for the software when AI takes over programming?.My comments were in the context of whether AI can be guaranteed to perform well. AI that produces code cannot be made more reliable... -
harborsparrow reacted to DaveC426913's post in the thread Who is responsible for the software when AI takes over programming? with
Like.
What we're talking about here is using AI to write software. The code is the product. For example, I had AI write the HTML and... -
harborsparrow reacted to jedishrfu's post in the thread Documentation of (only) source code with
Like.
Things discussed in your courses don't always reflect the reality of professional programmers and the stress they are under to meet... -
harborsparrow reacted to elias001's post in the thread Documentation of (only) source code with
Like.
Wait, pseudocode is consider as legitimate form of comment. It is taught and discussed in everybody on algorithms, data structures and... -
harborsparrow reacted to DaveC426913's post in the thread Documentation of (only) source code with
Agree.
If the comments are sufficently succinct and well thought out, they will need updating less, if ever. (A function will generally not... -
harborsparrow reacted to DaveC426913's post in the thread Documentation of (only) source code with
Agree.
I was going to bring that up. Glad someone did. Now you've got lines and lines of pseudocode that does not match what the code is... -
harborsparrow 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... -
harborsparrow reacted to FactChecker's post in the thread Documentation of (only) source code with
Like.
IMO, pseudocode does not necessarily serve the purpose of good documentation. I don't know if there is an official, enforced... -
harborsparrow reacted to DaveC426913's post in the thread Documentation of (only) source code with
Like.
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... -
harborsparrow reacted to phyzguy's post in the thread Documentation of (only) source code with
Like.
I strongly agree with the importance of unit tests. But there is more to it than that. I have had cases where the code writer said... -
harborsparrow reacted to FactChecker's post in the thread Documentation of (only) source code with
Sad.
I once had the job of integrating and testing code inputs from several engineers into flight critical code. I remember one time when a... -
harborsparrow reacted to Baluncore's post in the thread Documentation of (only) source code with
Like.
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... -
harborsparrow reacted to FactChecker's post in the thread Documentation of (only) source code with
Love.
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... -
harborsparrow 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...