python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Automatically generate swagger descriptions from golang code
I have many routers like these with gin server.
I want to automatically generate swagger descriptions above the handler function.
Because I need to write these descriptions with 90% same words for eve...
p0937507934
Votes: 0
Answers: 0
How to convert JS object to string representing a valid Python dict?
I need to write code that takes a JavaScript object and writes out a string that is a valid, nice-looking Python3 dict. If possible, I wish to do this with no external dependencies.
My current impleme...
JKillian
Votes: 0
Answers: 1
What "no code generation“ in Spring Boot means
Spring Boot doc states "Absolutely no code generation and no requirement for XML configuration."
What is "code generation" in that context?
awxiaoxian2020
Votes: 0
Answers: 1
How to write C# code that auto generate new project (.sln) with simple 'hello world' method?
I looked at some examples and I didn't find any example that create new .sln with one simple runnable class (simple console project with main that print hello world)
anyone know how to do it or can po...
Yanshof
Votes: 0
Answers: 1