Jeff Atwood

Results 46 comments of Jeff Atwood

So there are a few things being discussed 1. Don't allow large files in repo, this one is no-brainer, we should definitely do it ✅ 2. Don't allow ANY IDE...

Yeah true. I have mixed feelings on introducing testing to these very simple programs. Maybe we should have a rule that - a handful of common shared functions is more...

I have added the following rules to the `readme.md` > ⚠️ Please note that we have decided, as a project, that we do not want any IDE-specific or build-specific files...

> still shows `75310` (75 MB). I guess the reason could be the branch https://github.com/coding-horror/basic-computer-games/tree/74-minimal-terminal Should we delete this branch? I don't even know what it is? (and yes, I...

Rust is now formally one of the 10 supported languages, rejoice and let the ports continue! 🙌 https://discourse.codinghorror.com/t/updating-101-basic-computer-games-for-2022-and-beyond/7927/116

yes! I think this is perfect. Just the minimum viable set of common functions, justified by at least 10 (ish) of the programs needing them..?

Thanks for noticing this and giving it a fix, BrBill!

https://en.wikipedia.org/wiki/History_of_Python#Version_3 I think 3.8 seems like a reasonable choice.. 3.8 was released late 2019.

I think you should rebase and merge in just the "non-space" vs "nonspace" and other simple textual changes first, and make a different pull request for the rest of it.

There's a variety of BASIC out there, so I'm not entirely sure which one this was for. Presumably the IBM PC, I'd have to dig around -- if you find...