~littleendian/xcore-todo#2: 
refactor: move stuff around

currently almost every file has a structure like this:

  • declarations (vars, consts, pub consts)
  • functions : pub fn, then just fn
  • types : pub types, then private
  • imports : @import, then aliases, then Self

i thought it was good, but it has proven itself to be confusing and ugly. so, in the span of a few next commits i'm going to move stuff around to make imports first, then types, and only then functions.

Status
RESOLVED FIXED
Submitter
~littleendian
Assigned to
Submitted
a month ago
Updated
a month ago
Labels
improvement

~littleendian REPORTED FIXED a month ago

resolved since cf85f965

Register here or Log in to comment, or comment via email.