什么是 TDD? Test-Driven Development(测试驱动开发) TDD 是一种 设计方法论(Design Technique),而不是测试技术。说人话就是:...
什么是 TDD? Test-Driven Development(测试驱动开发) TDD 是一种 设计方法论(Design Technique),而不是测试技术。说人话就是:...
本文是我在过去半年持续使用 Cursor 进行真实项目研发后,总结出的工程化使用方法论。我试图回答一个核心问题:AI 到底如何在技术研发中产生真实价值? Cursor —— ...
0x00: Ultimate query 0x01 Why the increase is inaccurate? the max value for last 24 hou...
想象一下,你是一名房企老板,你已经得到审批可以建设你自己的大厦了,工程人员和设计人员他们决定使用React-Native这种方式来建设这座大厦。 而你,作为一个懂技术懂设计的...
经历了将近一年的时间,终于阶段性地完成了我从iOS开发到后端开发的角色转变,现在我也可以自豪地说,我已经接近一名全栈了,已经熟悉了后端开发的各种工具、环境和一些做事方式,接下...
Extensions add new functionality to an existing class, structure, enumeration, or proto...
We can define some types within other types, just like this: this is called Nested Type...
Checking Type We use is keyword to check if an instance is a specific class. Downcastin...
Defining and Calling Asynchronous Functions We use async keyword in place of before ret...
Representing and Throwing Errors We can use enumeration to conform Error protocol to im...
Calling Methods Through Optional Chaining In the example above, printNumberOfRooms() is...
Default Initializers Memberwise Initializers for Structure Types Structure types can en...
Overriding Overriding Property Getters and Setters We can present an inherited read-onl...
Subscripts can be defined in Classes, Stuctures and Enmuerations. We can look at it as ...
Like OC, we can make instance methods and type methods(like class methods in OC). And t...
Computed properties are provided by classes, structures, and enumerations. Stored prope...
微信读书
呼吸--特德·姜除了大刘之外,我最喜欢的科幻小说家 — — 特德·姜,和我一样,选择了计算机专业。 我相信更是由于此专业,他在被系统的培养过,或者说被潜移默化的影响过之后,产生了如此系统性和...
Comparing Structures and Classes Memberwise Initializers for Structure Types The struct...