原来写代码时候的我们都会进行施法前摇

查看 94|回复 11
作者:wenerme   
技能施法前摇: 天灵灵,地灵灵,import 和 namespace 快显灵
在 github 看代码的时候,通常第一屏都是 import 和 namespace ,这时候感觉就像程序员作为老🧙在念技能施法前摇。🤷

import, namespace, 施法前摇

ggabc   
技术手段解决不了了确实得施法,当然万能重启也是施法之一
SchwarzeR   
技能要吟唱才能施法
就像变量要要先声明在引用一下
For example:
```
const  FireMagic = new Magic(
```
黒より黒く 闇より暗き漆黒に
我が真紅の混交を望み給う
覚醒の時来たれり 無謬の境界に落ちし理
むぎょうの歪みとなりて現出せよ!!
踊れ、踊れ、踊れ!
我が力の奔流に望むは
崩壊なり
並ぶものなき崩壊なり!
万象等しく灰燼にきし 深淵より来たれ!
これが、人類最大の威力の攻撃手段!
これこそが!究極の攻撃魔法!
```
)
FireMagic.Expolosion()
```
IvanLi127   
天尊在上,地祇在下,三清圣人,诸天神明,今我奉天命,恭请诸位神灵降临,助我一臂之力,愿以诚心恭敬,施行法事,普度众生。😏
wenerme
OP
  
Java 还有专属技能前摇: XyzController - XyzService - XyzServiceImpl - XyzDao - XyzDTO
sampeng   
好主意。我这就去改我的 cursor 。看能不能让他用这个风格跟我对话
wenerme
OP
  
@SchwarzeR 哈哈哈哈,这个架势让我想起 Python 的前摇,和一般的前摇不一样
```
class FastAPI(Starlette):
    """
    技能前摇开始
    """
    开始施法
```
```
class BackgroundTasks(StarletteBackgroundTasks):
    """
    A collection of background tasks that will be called after a response has been
    sent to the client.
    Read more about it in the
    [FastAPI docs for Background Tasks]( https://fastapi.tiangolo.com/tutorial/background-tasks/).
    ## Example
    ```python
    from fastapi import BackgroundTasks, FastAPI
    app = FastAPI()
    def write_notification(email: str, message=""):
        with open("log.txt", mode="w") as email_file:
            content = f"notification for {email}: {message}"
            email_file.write(content)
    @app.post("/send-notification/{email}")
    async def send_notification(email: str, background_tasks: BackgroundTasks):
        background_tasks.add_task(write_notification, email, message="some notification")
        return {"message": "Notification sent in the background"}
    ```
    """
    def add_task(
```
securityCoding   
go 的前摇很短,go mod tidy~
xiyuesaves   
那安装环境是不是在画召唤阵/符纸 hhhhh
dcdlove   
DO MO KE SA LA MO
JI BU KAI YI FU LI SI
JIE MA GAI YI GE RU JIA
XIA HA LA DUO KU XI DUO
您需要登录后才可以回帖 登录 | 立即注册

返回顶部