英文: Does the term "command" have various meanings depending on the context? 问题 我是一名初级开发者,对...
允许用户在Web应用程序上创建自己的页面的方法是什么?
英文: How to: allow users to create their on pages on web app? 问题 I'm relatively new to webdev, and es...
为什么要创建一个返回与原函数相同功能的单行函数?
英文: Why create a function that returns a single line of a function that does the same thing? 问题 我正在尝...
如何创建可模拟的代码而不会遮蔽用法(最好使用接口)
英文: How to create mockable code without shadowing usages (preferably with interfaces) 问题 我已经为你翻译了以下内...
如何在两个Go应用程序之间共享略有不同的结构体?
英文: How to share slightly different structs between two go apps? 问题 我在我的Go项目中遇到了一个重要的架构问题。 1)我有一个使用来...
为Kotlin Android、Rust和Go编译库。
英文: Compile libraries for Kotlin android,rust and go 问题 这个问题是探索性质的,不确定是否适合在Stack Overflow上提问和回答。 背景:...
需要关于 Discord 机器人架构的建议。
英文: Need advice on architecture of a Discord bot 问题 什么是 Discord 角色? 角色是由服务器管理员创建的一组成员。角色具有权限、层级和名称。在...
使用golang嵌套结构体(带有接口)
英文: Using golang nesting structs (with interfaces) 问题 简而言之,众所周知,为了实现良好的架构,我们应该使用接口来描述其行为。Golang实现了这个...
在六边形架构中,周期性后台任务应该放在哪里?
英文: Where in Hexagonal Architecture do periodic background tasks fit? 问题 我正在使用golang编写一个程序,该程序基于六边形架...
关于更新后端(REST、Spring Boot)的最佳实践是什么?
英文: What is the best practice for updating backends (REST, Spring Boot)? 问题 假设您创建了一个简单的、单体式的 REST 后端...
8