Y
Hacker News
new
|
ask
|
show
|
jobs
by
lecunn
2142 days ago
Where is the problem in putting pseudocode in a CS paper?
1 comments
johndough
2142 days ago
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.
link
With real code, those problems are less likely.