2020-02-09から1日間の記事一覧

絵文字をソースコードに直書きできるのね

本日、絵文字がそのまま使えることを発見した。。。 こちらはJavaの例。 package emojipkg; public class EmojiMain { public static void main(String[] args) { System.out.println(""); System.out.println("https://emojipedia.org/moai/"); } } (adsbyg…

コーディング規約 - Coding Standard / Style (Golang)

golang.org Effective Go - https://golang.org/doc/effective_go.html golang.org Go Code Review Comments - https://github.com/golang/go/wiki/CodeReviewComments Go Code Review Comments 日本語翻訳 - https://qiita.com/knsh14/items/8b73b31822c109…

コーディング規約 - Coding Standard / Style (HTML/CSS)

HTMLコーディング規約 (HTML/CSS Style Guide) Google - https://google.github.io/styleguide/htmlcssguide.html @mdo - https://codeguide.co/ WordPress (CSS) - https://make.wordpress.org/core/handbook/best-practices/coding-standards/css/ WordPre…