are the CODY challenges being curated and tested properly?
1 次查看(过去 30 天)
显示 更早的评论
hi there
I have from time to time fallen over extremely short "leading solutions" in various challenges. E.g. Cody 558
the "leading solution" is
function ans = your_fcn_name(varargin)
! echo "function assert(~)" > ./assert.m
end
It seems to me that a lot of the "solutions" are just clever hacks to get around the asserts, and not a proper solution to the challenges.
If the leader board is to have any valude you need to CHANGE THIS, PLEASE!
4 个评论
John D'Errico
2020-9-13
Yes. You know good code when you see it, when you write it. So enjoy Cody for what it is worth - a source of interesting problems.
Christian Schröder
2022-12-30
Shell escapes are not permitted on Cody anymore BTW, and if you find any solutions abusing them, you should flag them as Hacks/Cheats so the moderators can handle them.
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Conway's Game of Life 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!