新电脑安装 Ruby
terminal
Posted on Mar 28, 2024
在 Ruby 中检查和更新 URL 的一个小技巧
gems
Posted on Nov 27, 2018
如何在 Ruby 中进行版本号的比较
tip
Posted on Nov 18, 2018
4 Simple Memoization Patterns in Ruby
tip
Posted on Oct 15, 2018
关于 Ruby 元编程
metaprogramming
Posted on Sep 24, 2018
Net::HTTP 小抄
tip
Posted on Sep 18, 2018
浮点数为什么算不准
tip
Posted on Mar 16, 2018
位运算
tip
Posted on Mar 15, 2018
Ruby 2.5 特性
advanced
Posted on Feb 15, 2018
Mocking in Ruby with Minitest
testing
Posted on May 12, 2017
Rename a method in Ruby: alias_method and remove_method
tip
Posted on May 5, 2017
Effective Ruby 2 - 类、对象和模块(下)
learningnote
Posted on Nov 6, 2016
Effective Ruby 2 - 类、对象和模块(上)
learningnote
Posted on Nov 1, 2016
Effective Ruby 1 - 让自己熟悉 Ruby
learningnote
Posted on Oct 30, 2016
Ruby 中的 eval 与 binding
advanced
Posted on Sep 19, 2016
What's new in Ruby 2.3 Enumerable
enumerable
Posted on Jan 21, 2016
如何正确使用 Object#tap 方法
tip
Posted on Jan 19, 2016
case 表达式的高级技巧
tip
,
advanced
Posted on Jan 10, 2016
You’ll love module_function
tip
Posted on Jan 10, 2016
Value Object
refactoring
Posted on Sep 26, 2015
Ruby 中那些你绕不过的「坑」
advanced
Posted on Jul 6, 2015
How Ruby Uses Memory
advanced
Posted on May 15, 2015
5个很少用到的 Enumerators 方法
enumerable
Posted on Apr 10, 2015
发布 / 订阅模式
refactoring
Posted on Mar 30, 2015
10 Ruby tricks to improve your code (or not)
tip
Posted on Mar 27, 2015
Currying in Ruby
tip
Posted on Jan 24, 2015
Debugging Ruby
debug
Posted on Jan 20, 2015
Ruby 闭包
functional_programming
Posted on Jan 19, 2015
面向对象设计实践指南 8 - 组合对象
learningnote
,
refactoring
Posted on Jan 13, 2015
面向对象设计实践指南 7 - 使用模块共享角色行为
learningnote
,
refactoring
Posted on Jan 12, 2015
面向对象设计实践指南 6 - 通过继承获得行为
learningnote
,
refactoring
Posted on Jan 11, 2015
面向对象设计实践指南 5 - 使用鸭子类型技术降低成本
learningnote
,
refactoring
Posted on Jan 7, 2015
面向对象设计实践指南 4 - 创建灵活的接口
learningnote
,
refactoring
Posted on Jan 4, 2015
面向对象设计实践指南 3 - 管理依赖关系
learningnote
,
refactoring
Posted on Jan 3, 2015
面向对象设计实践指南 2 - 设计具有单一职责的类
learningnote
,
refactoring
Posted on Dec 29, 2014
面向对象设计实践指南 1
learningnote
,
refactoring
Posted on Dec 27, 2014
Ruby 2.1.5 标准库
tip
Posted on Dec 25, 2014
Ruby 错误信息
debug
Posted on Dec 12, 2014
Ruby 基础教程第4版读书笔记 9 - Proc 类
learningnote
Posted on Dec 9, 2014
Ruby 基础教程第4版读书笔记 8 - Time 类与 Date 类
learningnote
,
time
Posted on Dec 9, 2014
Ruby 基础教程第4版读书笔记 7 - Encoding
learningnote
Posted on Dec 5, 2014
Ruby 基础教程第4版读书笔记 6 - File, Dir
learningnote
Posted on Dec 4, 2014
Ruby 基础教程第4版读书笔记 5 - IO
learningnote
Posted on Dec 3, 2014
Ruby 基础教程第4版读书笔记 4 - 正则表达式类
regexp
,
learningnote
Posted on Nov 27, 2014
Enumerable & Enumerator in Ruby
enumerable
Posted on Nov 19, 2014
Ruby 基础教程第4版读书笔记 3
learningnote
Posted on Nov 14, 2014
Ruby 基础教程第4版读书笔记 2
learningnote
Posted on Nov 12, 2014
Ruby 2 Keyword Arguments
tip
Posted on Nov 6, 2014
Ruby 基础教程第4版读书笔记 1
learningnote
Posted on Nov 4, 2014
Working with Bits and Bytes in Ruby
tip
Posted on Sep 30, 2014
IP 转换器
codewars
Posted on Sep 30, 2014
Struct vs OpenStruct
tip
Posted on Sep 28, 2014
Build Awesome Command-Line Applications in Ruby: 01 Have a Clear and Concise Purpose
terminal
,
learningnote
Posted on Sep 25, 2014
对代码命名的一点思考和理解
refactoring
Posted on Sep 22, 2014
Ruby Pre-defined variables
tip
Posted on Sep 15, 2014
%Q, %q, %W, %w, %x, %I, %i, %r, %s
tip
Posted on Sep 15, 2014
Ruby 中的委托
metaprogramming
Posted on Sep 15, 2014
How to parse String to Hash in Ruby
tip
Posted on Sep 15, 2014
A Tip of Ruby Initialize Method
tip
Posted on Sep 12, 2014
Dynamic super-overridable methods in Ruby
metaprogramming
Posted on Sep 4, 2014
CodeCademy Ruby 学习笔记
codecademy
,
learningnote
Posted on Sep 1, 2014
Learning Ruby: class << self
metaprogramming
Posted on Sep 1, 2014
Building a robust JSON API client with Ruby
api
Posted on Sep 1, 2014
Object-Oriented Design and Refactoring Patterns in Ruby
refactoring
Posted on Aug 29, 2014
Four-Phase Test
testing
Posted on Aug 28, 2014
Code Smells
refactoring
Posted on Aug 28, 2014
About me
我是一枚铁骨铮铮的打组怒汉!
5分翻译,4分摘抄,1分原创
Golang, Programming, Mac, Github
Categories
Recent Posts
新电脑安装 Ruby
Victor 28 Mar 2024
x-ui 使用 acme 续签证书
Victor 28 Mar 2024
修复 goland 更新后就各种报错
Victor 21 Nov 2023
git 批量删除 tag
Victor 06 Sep 2022
Golang 项目尝试使用六边形架构
Victor 06 Sep 2022