TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

A call for source code CSS

18 pointsby lxtalmost 12 years ago

2 comments

lowmagnetalmost 12 years ago
It sounds like an editor that works in abstract syntax trees and writes out screen (styled) and disk (pep 8) representations.
评论 #5815827 未加载
mynegationalmost 12 years ago
That is a good idea! One difference from CSS though is that code presentation rules should be reversible. E.g. when you author a Python code with more than 79 characters in line, your environment should seamlessly convert it to PEP-8 compliant source before checking it into the repository.