| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Toolkit for code / comments actuality and relevance checking.
DISCLAIMER: Work in process, and for a while - here is approximate description
"Code never lies, comments sometimes do." - Ron Jeffries
Actool CLI provides tools for validating comments in code - based on your config, code and commits history.
Tool was conceived to solve following problems:
/**
* Get schedules from server
*/
const getShared = async () => {
const { data: schedules } = await API.getSchedules();
const { data: vehicles } = await API.getVehicles();
const { data: issueStatuses } = await API.getIssueStatuses();
}return (
<div className="toolbar">
<Button onClick={handleRefresh}>Refresh</Button>
{/* <Button onClick={() => dispatch(deleteEntity()))}>Delete</Button> */}
{/* <Button onClick={handleAdd}>Add</Button> */}
</div>
)// TODO: loading logic
// FIXME: temp logic, specify
// FIXME: invalid behaviour, fix laterTODO: quick start with module (how it should be - by your opinion)
TODO: installing process (yarn + npm)
TODO: quick usage example (import / require without custom config)
TODO: customization for project (how it should be - by your opinion)
![]() Ilya Azin |
![]() Ural Ozbayan |
![]() Damir Nafikov |
TODO: some specific cases / problems (how it should be - by your opinion)
| Back | FazBrowse Home | New Git URL |