An open API service indexing awesome lists of open source software.

https://github.com/redhog/fixme

Simple too to extracts FIXME comments from source code
https://github.com/redhog/fixme

Last synced: over 1 year ago
JSON representation

Simple too to extracts FIXME comments from source code

Awesome Lists containing this project

README

          

Simple too to extracts FIXME comments from source code. Supports both normal one-liners like

# FIXME: This is broken

as well as a more complex format allowing tagging and categorization of problems:

# #### fixme ####
# name = 'foo'
# blahonga = """xx
# yy
# zz"""
# naja = 1
# #### end ####