- The Ruby Workshop
- Akshat Paul Peter Philips Dániel Szabó Cheyne Wallace
- 192字
- 2021-06-11 13:04:39
Summary
In this chapter, we took a journey into data types and some very common operations that can be performed on them. We started out with array operations and took a closer look at adding, removing, and iterating over this data type. Then, we moved on to the hash data type and discovered the hidden magic that powers most of the web and desktop applications written in Ruby. Hashes are a very common way to store and manipulate data inside web applications. We added, removed, and iterated over hashes, and then performed some symbol-based sorting with nested hashes. Our final destination in this chapter was the methods and functions that allow us to create either functional or procedural applications in Ruby. Functions and methods in themselves are not of much use, so we imbued them with arguments. We also took a closer look at how optional and default arguments are handled in case multiple arguments are passed. This constituted a very important chapter, namely, how the extra arguments are mapped to the predefined arguments. In the next chapter, we will be studying methods in detail and how they define the program workflows.
- C#高級編程(第10版) C# 6 & .NET Core 1.0 (.NET開發經典名著)
- Cassandra Design Patterns(Second Edition)
- UML+OOPC嵌入式C語言開發精講
- 大學計算機基礎(第2版)(微課版)
- 青少年學Python(第1冊)
- RabbitMQ Essentials
- Integrating Facebook iOS SDK with Your Application
- 代碼閱讀
- Android移動應用開發項目教程
- Application Development with Swift
- Ext JS 4 Plugin and Extension Development
- Instant Automapper
- Mastering SciPy
- 軟件測試分析與實踐
- Android嵌入式系統程序開發(基于Cortex-A8)