syring 发表于 2025-3-26 22:01:57
Why Test-Driven Development Is a Must for Code Quality,Recently, Amazon claimed that it puts a new change into its production system every 1.59 seconds with no risk at all. How can this possibly be true? It’s all to do with test-driven development (hereafter TDD).AMOR 发表于 2025-3-27 04:45:31
Clarity: The First Pillar of Code Quality,In this chapter (and the next two), you will encounter some theoretical concepts about a specific area of code quality, and then see the practical benefit of following that theory based upon a large number of real-world examples.Substance 发表于 2025-3-27 05:58:31
http://reply.papertrans.cn/47/4629/462842/462842_33.png无礼回复 发表于 2025-3-27 10:51:56
User Exits: Defusing a Potential Time Bomb,Your SAP implementation probably started with the aim of being “vanilla”—i.e., having no Z code and making no changes to the way standard SAP works. In real life, things never turn out that way, and you end up with tons of Z programs and user exits all over the place that also use Z code.Accolade 发表于 2025-3-27 17:00:53
http://reply.papertrans.cn/47/4629/462842/462842_35.pngMucosa 发表于 2025-3-27 21:10:33
Creating Your Own Custom ATC Checks,SAP provides some fantastic tools for automated static code checking, the most prominent of which is the ATC (ABAP Test Cockpit), which is powered by the code inspector. However, there are bound to be things that any given organization needs to check that are 100 percent specific to their needs.一回合 发表于 2025-3-27 22:01:11
http://reply.papertrans.cn/47/4629/462842/462842_37.pngDefiance 发表于 2025-3-28 06:08:24
978-1-4842-6710-3Paul David Hardy 2021委托 发表于 2025-3-28 07:52:58
Stability: The Second Pillar of Code Quality,of code quality. To recap: You are using the test-driven development (TDD) methodology and have gotten to the stage where the code appears to work (the unit test passes), and you are in the BLUE phase looking for potential problems. In this chapter, we are looking for stability problems.种植,培养 发表于 2025-3-28 14:21:04
Paul David HardyBased on real-world examples rather than academic theory.Teaches why the problems are bad rather than just saying how to fix them.Covers a subject of interest to every ABAP programmer