Hacker News new | ask | show | jobs
by lecunn 2142 days ago
Where is the problem in putting pseudocode in a CS paper?
1 comments

At least in my experience, pseudocode is often too ambiguous to be implemented correctly, missing crucial details or simply wrong.

With real code, those problems are less likely.