Patterns for Beginning Programmers with Examples in Java

Patterns for Beginning Programmers with Examples in Java

简介:

编程模式是需要创建一小部分代码的问题的解决方案,这些代码将成为更大程序的一部分。因此,这本书是关于教你如何编写这样的代码片段。但是,它不是教你片段中语句的语法,它假设你已经知道语法。相反,它是关于找到第一次学习编程时出现的问题的解决方案。

英文简介:

Programming patterns are solutions to problems that require the creation of a small fragment of code that will be part of a larger program. Hence, this book is about teaching you how to write such fragments of code. However, it is not about teaching you the syntax of the statements in the fragments, it assumes that you already know the syntax. Instead, it is about finding solutions to problems that arise when first learning to program.

书名
Patterns for Beginning Programmers with Examples in Java
译名
面向初级程序员的 Java 模式示例
语言
英语
年份
2022
页数
197页
大小
1.37 MB
标签
  • Java
  • 下载
    pdf iconPatterns for Beginning Programmers with Examples in Java.pdf
    密码
    65536

    最后更新:2025-04-12 23:54:38

    ←Software Architecture Patterns: Understanding Common Architectural Styles and When to Use Them Sencond Edition

    →Architecture Patterns with Python