- 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.
- 編程的修煉
- MySQL數據庫應用與管理 第2版
- Manga Studio Ex 5 Cookbook
- Web開發的貴族:ASP.NET 3.5+SQL Server 2008
- 從0到1:HTML+CSS快速上手
- UML+OOPC嵌入式C語言開發精講
- Full-Stack Vue.js 2 and Laravel 5
- 面向對象程序設計(Java版)
- Expert Data Visualization
- Python算法從菜鳥到達人
- Mastering JavaScript High Performance
- Scala程序員面試算法寶典
- Getting Started with LLVM Core Libraries
- INSTANT Yii 1.1 Application Development Starter
- ASP.NET開發寶典