EUNO.NEWS EUNO.NEWS
  • All (20543) +144
  • AI (3117) +9
  • DevOps (914) +5
  • Software (10652) +105
  • IT (5812) +25
  • Education (48)
  • Notice
  • All (20543) +144
    • AI (3117) +9
    • DevOps (914) +5
    • Software (10652) +105
    • IT (5812) +25
    • Education (48)
  • Notice
  • All (20543) +144
  • AI (3117) +9
  • DevOps (914) +5
  • Software (10652) +105
  • IT (5812) +25
  • Education (48)
  • Notice
Sources Tags Search
한국어 English 中文
  • 2周前 · software

    Python 推导式是声明式的(以及这为何重要)

    两种在列表中对每个数字求平方的 Python 方法 **Version A** ```python squares = [] for num in numbers: squares.append(num ** 2) ``` **Version B** ```python squares = [num ** 2 for num in numbers] ```

    #python #list-comprehensions #declarative-programming #imperative-vs-declarative #code-style #best-practices
  • 1个月前 · software

    React:隐式返回 vs. 显式返回之争,你站哪边?

    我今天上午在审查 PR 时,发现自己第三次对同样的语法挑剔。这引发了我一直存在的内部斗争……

    #react #javascript #arrow-functions #implicit-return #explicit-return #jsx #code-style
  • 1个月前 · software

    如果你要玩转代码,何不在 C 语言中实现?

    请提供您希望翻译的具体摘录或摘要文本,我才能为您进行简体中文翻译。

    #C programming #code style #vibe coding #software development #programming languages
  • 1个月前 · software

    Bachmanity Bytes:向硅谷致敬(以及玩弄 Kotlin 的借口)

    封面图片:Bachmanity Bytes:向 Silicon Valley 致敬并找借口玩 Kotlin https://media2.dev.to/dynamic/image/width=1000,height=420,fit...

    #kotlin #silicon valley #code style #jvm #programming culture #software development
EUNO.NEWS
RSS GitHub © 2026