Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prettydiff/prettydiff
Beautifier and language aware code comparison tool for many languages. It also minifies and a few other things.
https://github.com/prettydiff/prettydiff
beautifier csharp css diff html html5 java javascript languages less prettydiff typescript xhtml xml
Last synced: 2 days ago
JSON representation
Beautifier and language aware code comparison tool for many languages. It also minifies and a few other things.
- Host: GitHub
- URL: https://github.com/prettydiff/prettydiff
- Owner: prettydiff
- License: other
- Created: 2011-02-13T13:11:57.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2023-08-14T08:39:06.000Z (over 1 year ago)
- Last Synced: 2024-10-29T15:34:33.430Z (about 2 months ago)
- Topics: beautifier, csharp, css, diff, html, html5, java, javascript, languages, less, prettydiff, typescript, xhtml, xml
- Language: TypeScript
- Homepage: http://prettydiff.com/
- Size: 23.6 MB
- Stars: 1,753
- Watchers: 48
- Forks: 144
- Open Issues: 44
-
Metadata Files:
- Readme: readme.md
- Funding: .github/FUNDING.yml
- License: license
Awesome Lists containing this project
- awesome-starred-test - prettydiff/prettydiff - Beautifier and language aware code comparison tool for many languages. It also minifies and a few other things. (TypeScript)
README
# Austin Cheney
## About Me
If you need a JavaScript/TypeScript developer that enjoys solving new and challenging problems email me at **info at prettydiff.com**.
## Focus
I am currently working on https://github.com/prettydiff/share-file-systemsIn this personal project I am trying to solve the problem of decentralization with a focus on privacy, permissions, performance, and automation.
Decentralization is likely not what you think it is.
For an excellent and mature example of decentralization see the architecture of [WebRTC](https://webrtc.org/).
My current project approaches the application considerations of decentralization far more aggressively than the media considerations defined by WebRTC.## How I Code
My prefered code style is imperative functional, such that code should be portable and not littered with unnecessary decoration or extranous execution steps.
This follows a mental model of explicit brevity and expresses a *say what you mean, not what you meant to say* line of thinking.
If you are a prospective employer and want to see how I code please see my [homework assignment](https://github.com/prettydiff/homework).