0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

2015-06-17 comment > FIXME: / HACK: > FIXMEの実例

Last updated at Posted at 2015-06-17

引用: The Art of Readable Code > Comment the Flaws in Your Code
No. 1756 / 6036 (Kindle)
p61 (日本語の本)

コメントで使うもので以下のMarkerが興味深かった。

FIXME: Known-broken code here
HACK: Admittedly inelegance solution to a problem

FIXME:があればうまく動いていないことがわかる。HACK:があればまだ改善点があることがわかる。


FIXME:の実例を以下で見つけた。 https://github.com/mamedev/mame/commit/a929b15424546e929769e028f12b8c99b237ec34

FIXME: The io ports are designed as open collector outputs. Bits 7 and 8 of...

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?