Skip to content

Instantly share code, notes, and snippets.

View get-me-power's full-sized avatar
⌨️
Super Sonic Vimming

IK get-me-power

⌨️
Super Sonic Vimming
View GitHub Profile

Lint Night#3 開催概要

予定日時は下記日付のそれぞれ 19:00-22:00(懇親会こみ)

  • 6/7(金)

※予定日時は仮のものです。もしいずれの日程もご都合が悪い場合は調整させてください。

開催形式:

オフライン(同時配信 + 懇親会あり)

@get-me-power
get-me-power / word.md
Created February 12, 2022 04:06
JSTQB

間違えた用語集

  • テスト担当者

    • テスト計画書のレビューによって貢献する
    • テストデータを作成、及び入手する
    • 適切なツールを利用して、テストプロセスを円滑にする
  • 基本的なテストプロセス

    1. テスト計画
  1. テストのモニタリングとコントロール
" 原始的なplugin install
set runtimepath+=~/myplugin/vimdoc-ja
set helplang=ja,en
" ---------------------------
" 最低限の.vimrc
set encoding=utf-8
scriptencoding utf-8
syntax enable
filetype plugin indent on
class UsersController < ActionController
def show
user = User.find(params[:id].to_i)
render json: user, except:[:crypted_password]
end
end