英文: SwiftUI: what substitutes the Delegate protocol? 问题 让我们考虑一种最基本的流程,其中您拥有一个带有数据的视图,该数据是使用其他次要视图填充的...
我被困在理解如何构建可扩展系统的问题上。
英文: Stuck with understanding how to build a scalable system 问题 我需要一些关于如何构建一个能够扩展的系统的指导。我会给你一些关于我想做的事...
Golang: pass boolean flag from function in file/sub-directory A, to function in file/sub-directory B
英文: Golang: pass boolean flag from function in file/sub-directory A, to function in file/sub-directo...
基本的客户端/服务器架构和交互
英文: Basic Client/Server Architecture & Interactions 问题 我正在尝试实现一个客户端和服务器,并定义它们之间的交互。客户端使用Golang设计...
Golang的关注点分离与可用性
英文: golang separation of concerns vs usability 问题 我一直在努力保持go模块的整洁分离,避免循环依赖。 现在我有这样的代码: package chain...
使用Go进行测试os.Exit场景,并提供覆盖率信息(coveralls.io/Goveralls)。
英文: Testing os.Exit scenarios in Go with coverage information (coveralls.io/Goveralls) 问题 这个问题是关于如何在...
Golang DDD(领域驱动设计)的依赖模块实现
英文: Golang DDD implementation of dependent modules 问题 我正在尝试将DDD架构应用到我的应用程序模块中,并在存储它们之间的相似(依赖)结构的问题上遇...
Suggested Golang architecture for polling user accounts frequently
英文: Suggested Golang architecture for polling user accounts frequently 问题 我正在创建一个小型服务,在一个类似Twitter的服...
在Go语言中,封装平台特定代码的正确方法是什么?
英文: What is the right approach to encapsulate platform specific code in Go? 问题 我想开发一个小型的Go应用程序,用于向演示...
简单的申请者列表网络应用程序
英文: Simple list of applicants webapp 问题 我正在创建一个网络应用程序,用于列出申请人及其在等候名单上的位置。 我们需要能够将新申请人添加到该列表中,并从列表中删除...
8