交互设计(TBC)¶
目录>¶
TBC
核心要素¶
构建学习体验¶
认知能力
###
模式:零配置/低配置¶
示例:Raspberry Pi
Simple HTTP Server
示例¶
示例:CLI¶
示例:Playground¶
示例:https://play.rust-lang.org/
示例:https://pest.rs/
示例:https://tree-sitter.github.io/tree-sitter/playground

示例:一键复制¶
诸如于 Crates.io 上的软件包,以 writing 为例:

示例:沙盒环境¶
沙箱是一种测试环境,可将未经测试的代码更改和直接实验与生产环境或存储库隔离,在软件开发环境中,包括 Web 开发、自动化和修订控制。