• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EST 08:55
CET 14:55
KST 22:55
  • Home
  • Forum
  • Calendar
  • Streams
  • Liquipedia
  • Features
  • Store
  • EPT
  • TL+
  • StarCraft 2
  • Brood War
  • Smash
  • Heroes
  • Counter-Strike
  • Overwatch
  • Liquibet
  • Fantasy StarCraft
  • TLPD
  • StarCraft 2
  • Brood War
  • Blogs
Forum Sidebar
Events/Features
News
Featured News
TL.net Map Contest #21: Winners11Intel X Team Liquid Seoul event: Showmatches and Meet the Pros10[ASL20] Finals Preview: Arrival13TL.net Map Contest #21: Voting12[ASL20] Ro4 Preview: Descent11
Community News
[TLMC] Fall/Winter 2025 Ladder Map Rotation4Weekly Cups (Nov 3-9): Clem Conquers in Canada4SC: Evo Complete - Ranked Ladder OPEN ALPHA8StarCraft, SC2, HotS, WC3, Returning to Blizzcon!45$5,000+ WardiTV 2025 Championship7
StarCraft 2
General
[TLMC] Fall/Winter 2025 Ladder Map Rotation Mech is the composition that needs teleportation t Weekly Cups (Nov 3-9): Clem Conquers in Canada Craziest Micro Moments Of All Time? SC: Evo Complete - Ranked Ladder OPEN ALPHA
Tourneys
Constellation Cup - Main Event - Stellar Fest Tenacious Turtle Tussle Sparkling Tuna Cup - Weekly Open Tournament $5,000+ WardiTV 2025 Championship Merivale 8 Open - LAN - Stellar Fest
Strategy
Custom Maps
Map Editor closed ?
External Content
Mutation # 499 Chilling Adaptation Mutation # 498 Wheel of Misfortune|Cradle of Death Mutation # 497 Battle Haredened Mutation # 496 Endless Infection
Brood War
General
BW General Discussion FlaSh on: Biggest Problem With SnOw's Playstyle Terran 1:35 12 Gas Optimization BGH Auto Balance -> http://bghmmr.eu/ [ASL20] Ask the mapmakers — Drop your questions
Tourneys
[BSL21] RO32 Group D - Sunday 21:00 CET [BSL21] RO32 Group C - Saturday 21:00 CET [ASL20] Grand Finals [Megathread] Daily Proleagues
Strategy
Current Meta PvZ map balance How to stay on top of macro? Soma's 9 hatch build from ASL Game 2
Other Games
General Games
Nintendo Switch Thread Stormgate/Frost Giant Megathread Should offensive tower rushing be viable in RTS games? Path of Exile Dawn of War IV
Dota 2
Official 'what is Dota anymore' discussion
League of Legends
Heroes of the Storm
Simple Questions, Simple Answers Heroes of the Storm 2.0
Hearthstone
Deck construction bug Heroes of StarCraft mini-set
TL Mafia
TL Mafia Community Thread SPIRED by.ASL Mafia {211640}
Community
General
US Politics Mega-thread Russo-Ukrainian War Thread Things Aren’t Peaceful in Palestine Canadian Politics Mega-thread The Games Industry And ATVI
Fan Clubs
White-Ra Fan Club The herO Fan Club!
Media & Entertainment
[Manga] One Piece Anime Discussion Thread Movie Discussion! Korean Music Discussion Series you have seen recently...
Sports
2024 - 2026 Football Thread Formula 1 Discussion NBA General Discussion MLB/Baseball 2023 TeamLiquid Health and Fitness Initiative For 2023
World Cup 2022
Tech Support
SC2 Client Relocalization [Change SC2 Language] Linksys AE2500 USB WIFI keeps disconnecting Computer Build, Upgrade & Buying Resource Thread
TL Community
The Automated Ban List
Blogs
Dyadica Gospel – a Pulp No…
Hildegard
Coffee x Performance in Espo…
TrAiDoS
Saturation point
Uldridge
DnB/metal remix FFO Mick Go…
ImbaTosS
Reality "theory" prov…
perfectspheres
Customize Sidebar...

Website Feedback

Closed Threads



Active: 1347 users

The Big Programming Thread - Page 946

Forum Index > General Forum
Post a Reply
Prev 1 944 945 946 947 948 1032 Next
Thread Rules
1. This is not a "do my homework for me" thread. If you have specific questions, ask, but don't post an assignment or homework problem and expect an exact solution.
2. No recruiting for your cockamamie projects (you won't replace facebook with 3 dudes you found on the internet and $20)
3. If you can't articulate why a language is bad, don't start slinging shit about it. Just remember that nothing is worse than making CSS IE6 compatible.
4. Use [code] tags to format code blocks.
Acrofales
Profile Joined August 2010
Spain18114 Posts
February 16 2018 10:27 GMT
#18901
On February 16 2018 19:20 Excludos wrote:
I'm not sure if this is the right place to vent, but maybe you could take it as a cautionary tale of why you should ALWAYS ALWAYS ALWAYS make your program modular.

So the place I work at is a bit weird in that we don't have proper project leaders. So I was told a month ago to start working on something, and have been hammering on the keyboard since then.

Then, quite randomly, I'm told that someone else have been told to work on the exact same thing. I go talk to him, and by a random stroke of luck, we've each completed different parts of the project, so together we actually have a working product. All I need to do now is merge my code into his. I take a look at it, and it's a fucking disaster! Everything is ingrained into itself. I can't change a single variable without ruining something in a completely different class. I have been struggling for hours and literally can not find a single way to use any of my code into his or vice versa. He's also completely forgotten to take into account how the user is suppose to interact with his system.

At this rate, I'm not sure what is faster: Continue struggling with this merge or just throw out his part of the code completely. I'm fucking pissed.

Give him your code and tell him to merge it?
Excludos
Profile Blog Joined April 2010
Norway8158 Posts
February 16 2018 10:57 GMT
#18902
On February 16 2018 19:27 Acrofales wrote:
Show nested quote +
On February 16 2018 19:20 Excludos wrote:
I'm not sure if this is the right place to vent, but maybe you could take it as a cautionary tale of why you should ALWAYS ALWAYS ALWAYS make your program modular.

So the place I work at is a bit weird in that we don't have proper project leaders. So I was told a month ago to start working on something, and have been hammering on the keyboard since then.

Then, quite randomly, I'm told that someone else have been told to work on the exact same thing. I go talk to him, and by a random stroke of luck, we've each completed different parts of the project, so together we actually have a working product. All I need to do now is merge my code into his. I take a look at it, and it's a fucking disaster! Everything is ingrained into itself. I can't change a single variable without ruining something in a completely different class. I have been struggling for hours and literally can not find a single way to use any of my code into his or vice versa. He's also completely forgotten to take into account how the user is suppose to interact with his system.

At this rate, I'm not sure what is faster: Continue struggling with this merge or just throw out his part of the code completely. I'm fucking pissed.

Give him your code and tell him to merge it?


If the code was mergable I'd be able to do it myself. The entire structure is different, and, like mentioned, completely non-modular.
waffelz
Profile Blog Joined June 2012
Germany711 Posts
February 16 2018 11:37 GMT
#18903
On February 16 2018 19:57 Excludos wrote:
Show nested quote +
On February 16 2018 19:27 Acrofales wrote:
On February 16 2018 19:20 Excludos wrote:
I'm not sure if this is the right place to vent, but maybe you could take it as a cautionary tale of why you should ALWAYS ALWAYS ALWAYS make your program modular.

So the place I work at is a bit weird in that we don't have proper project leaders. So I was told a month ago to start working on something, and have been hammering on the keyboard since then.

Then, quite randomly, I'm told that someone else have been told to work on the exact same thing. I go talk to him, and by a random stroke of luck, we've each completed different parts of the project, so together we actually have a working product. All I need to do now is merge my code into his. I take a look at it, and it's a fucking disaster! Everything is ingrained into itself. I can't change a single variable without ruining something in a completely different class. I have been struggling for hours and literally can not find a single way to use any of my code into his or vice versa. He's also completely forgotten to take into account how the user is suppose to interact with his system.

At this rate, I'm not sure what is faster: Continue struggling with this merge or just throw out his part of the code completely. I'm fucking pissed.

Give him your code and tell him to merge it?


If the code was mergable I'd be able to do it myself. The entire structure is different, and, like mentioned, completely non-modular.


He suggests the "its his problem now"-approach
RIP "The big travis CS degree thread", taken from us too soon | Honourable forum princess, defended by Rebs-approved white knights
nunez
Profile Blog Joined February 2011
Norway4003 Posts
Last Edited: 2018-02-16 14:22:37
February 16 2018 14:16 GMT
#18904
modularity / abstraction is not free. root module (library api, cli, etc) is typically given, but everything beneath is open too interpretation and not something that will admit a dogmatic answer. choosing which level of abstraction to stop deconstructing is tricky, and from my experience i can't really say if we tend to over- or under-abstract. i know i have done both a lot of times, and am still doing it.

i think if, mid-project, the top-level abstraction of it was changed to a lower-level one, i would have to spend a couple of days adjusting. my approach to the sub-modules is not the same as the root-module.

if i were you excludos, i would co-decide with your co-worker on APIs (or at least a sketch) for your respective parts, adjust your respective parts to these, and then co-figure out how to combine them for your finished product. of course i don't know how big your project is, the time-frame, how you collaborate, etc, etc, and i don't doubt that it's a mess. good luck.
conspired against by a confederacy of dunces.
Excludos
Profile Blog Joined April 2010
Norway8158 Posts
February 16 2018 15:27 GMT
#18905
On February 16 2018 20:37 waffelz wrote:
Show nested quote +
On February 16 2018 19:57 Excludos wrote:
On February 16 2018 19:27 Acrofales wrote:
On February 16 2018 19:20 Excludos wrote:
I'm not sure if this is the right place to vent, but maybe you could take it as a cautionary tale of why you should ALWAYS ALWAYS ALWAYS make your program modular.

So the place I work at is a bit weird in that we don't have proper project leaders. So I was told a month ago to start working on something, and have been hammering on the keyboard since then.

Then, quite randomly, I'm told that someone else have been told to work on the exact same thing. I go talk to him, and by a random stroke of luck, we've each completed different parts of the project, so together we actually have a working product. All I need to do now is merge my code into his. I take a look at it, and it's a fucking disaster! Everything is ingrained into itself. I can't change a single variable without ruining something in a completely different class. I have been struggling for hours and literally can not find a single way to use any of my code into his or vice versa. He's also completely forgotten to take into account how the user is suppose to interact with his system.

At this rate, I'm not sure what is faster: Continue struggling with this merge or just throw out his part of the code completely. I'm fucking pissed.

Give him your code and tell him to merge it?


If the code was mergable I'd be able to do it myself. The entire structure is different, and, like mentioned, completely non-modular.


He suggests the "its his problem now"-approach


Well he went on vacation as of today, and we have a deadline to reach too.. So we decided to throw his code out and continue without him. The situation isn't his fault (More that our company isn't being run properly..but I'm out in two months anyways so I'm beyond caring), but it would have been a lot easier if he'd make it modular enough for me to just extract the bits I need and use.
Excludos
Profile Blog Joined April 2010
Norway8158 Posts
Last Edited: 2018-02-16 15:36:14
February 16 2018 15:35 GMT
#18906
On February 16 2018 23:16 nunez wrote:if i were you excludos, i would co-decide with your co-worker on APIs (or at least a sketch) for your respective parts, adjust your respective parts to these, and then co-figure out how to combine them for your finished product. of course i don't know how big your project is, the time-frame, how you collaborate, etc, etc, and i don't doubt that it's a mess. good luck.


If both programs didn't overlap so much, this would be possible, but half of our parts literally do the same thing just with completely different logic. It wouldn't be reasonable to create any kind of API to use each others code. It would just end up with 50% more database entries and lookups than needed, and a bunch of reiteration of the exact same data. I'm sure I could make it work that way, but I'm also sure I wouldn't sleep at night, instead having nightmares about the hackjob.

After fuming at management for a while we now have a proper project leader, and we have finally mapped out the way forwards properly. It's a shame one of our modules need to be thrown out (Which, since he went on vacation and we need to continue this, will be his), but at least we can get something done now.
spinesheath
Profile Blog Joined June 2009
Germany8679 Posts
February 16 2018 17:02 GMT
#18907
Doesn't sounds so much like a lack of modularity than a lack of quality overall. If you can't use any of his code and you can't change anything without breaking something else, then his classes probably don't encapsulate anything, have multiple responsibilities and so on... If he had written a couple of well defined classes, you could at least those.

And you should always seperate your core business logic, the key algrithms and such from other parts like database and UI in some way. That level of encapsulation/abstraction should be present in all but the most trivial applications.
If you have a good reason to disagree with the above, please tell me. Thank you.
Excludos
Profile Blog Joined April 2010
Norway8158 Posts
February 16 2018 17:24 GMT
#18908
On February 17 2018 02:02 spinesheath wrote:
If you can't use any of his code and you can't change anything without breaking something else, then his classes probably don't encapsulate anything, have multiple responsibilities and so on... If he had written a couple of well defined classes, you could at least those.


I would qualify this as modularity Well defined classes are generally modular by nature.

He's Chinese, and I presume that's where he learned how to code. It seems like they have a very different way of approaching coding than we do over here.

On February 17 2018 02:02 spinesheath wrote: And you should always seperate your core business logic, the key algrithms and such from other parts like database and UI in some way. That level of encapsulation/abstraction should be present in all but the most trivial applications.


This is actually done. He's used our already well defined database APIs, and he haven't made anything on the gui. But we've still approached the entire DB thing differently. He uses it as a queue of commands that the gui is suppose to send, which are deleted as they are read. I wanted the entire thing to be stateful, so if it crashed or was restarted it could pick up where it left off. It also works a lot better with how the user is supposed to interact with the gui (user opens a tunnel and is returned information about that tunnel. Instead of the user commanding a tunnel to open and then has no clue what happened to it). so tl;dr: If I wanted to use both of our codes I would first have to use my part of the DB to store states, and then I would have to make an adapter which reads the states and put them back into another place of the DB as queued commands. I cringe just thinking about it.
Blisse
Profile Blog Joined July 2010
Canada3710 Posts
Last Edited: 2018-02-16 22:20:29
February 16 2018 22:17 GMT
#18909
So, how did his code get past code review?

If it was approved, then it's probably doing the things your coworkers expect. You have a systematic issue with teams not being properly involved in projects.

If there are no code reviews, then you have much bigger problems.

If this was just off in one branch somewhere, then it might as well not exist, but code shouldn't be written as giant diffs.

Why was there no hand-off before your coworker went on vacation?

How were you working on the same code without being aware of it?

There are _way_ larger red flags here than your 2 approaches not matching.
There is no one like you in the universe.
Excludos
Profile Blog Joined April 2010
Norway8158 Posts
February 16 2018 23:10 GMT
#18910
On February 17 2018 07:17 Blisse wrote:
So, how did his code get past code review?

If it was approved, then it's probably doing the things your coworkers expect. You have a systematic issue with teams not being properly involved in projects.

If there are no code reviews, then you have much bigger problems.

If this was just off in one branch somewhere, then it might as well not exist, but code shouldn't be written as giant diffs.

Why was there no hand-off before your coworker went on vacation?

How were you working on the same code without being aware of it?

There are _way_ larger red flags here than your 2 approaches not matching.


Hahahahaha. Code review. Good one. No we don't do any of that.. Yes, I'm also signing on to a new company tomorrow and quitting on monday.
The company is small, only 11 employees, and they haven't changed their structure from when they were 5. It might have worked back when they were 5, it doesn't any more.

Some of these questions have been answered but I guess it's worth repeating:

1. No code reviews.
2. Small company, no branches.
3. There was never supposed to be a hand off to begin with. We where both told to work on something, separately, and naturally ended up doing the exact same thing. He went on vacation literally the day after we found out.
4. This happened because we have one boss who tries to run everything. He doesn't assign project leaders, and only tells people what to do. He wanted 2 people working on this project, and told 2 people to start working on the project..without telling either of the other. Can't fathom where that went wrong..

Yes, there might be a red flag or two here..
WolfintheSheep
Profile Joined June 2011
Canada14127 Posts
February 17 2018 03:23 GMT
#18911
Are you all remote employees or something?

There's always some structural issues with tiny teams, but part of having the entire group physically within a few dozen square meters is that you can talk to each other constantly.
Average means I'm better than half of you.
ShoCkeyy
Profile Blog Joined July 2008
7815 Posts
Last Edited: 2018-02-18 06:35:13
February 17 2018 06:29 GMT
#18912
I've worked remotely with tiny teams for over six years now. Imo it's just on the people, and how much you can trust them to get shit done.
Life?
Excludos
Profile Blog Joined April 2010
Norway8158 Posts
Last Edited: 2018-02-17 22:33:44
February 17 2018 22:32 GMT
#18913
On February 17 2018 12:23 WolfintheSheep wrote:
Are you all remote employees or something?

There's always some structural issues with tiny teams, but part of having the entire group physically within a few dozen square meters is that you can talk to each other constantly.


No. But we work in separate rooms, and I don't talk a lot to him because while he knows enough English and Norwegian to make himself understood, it's still difficult to keep a conversation going.

Anyways. Signed on with a new company today 25% increase in salary and (hopefully) no more of this type of bullshit which have plagued me since I started there.
Manit0u
Profile Blog Joined August 2004
Poland17429 Posts
Last Edited: 2018-02-18 01:25:10
February 18 2018 01:24 GMT
#18914
On February 17 2018 08:10 Excludos wrote:
Show nested quote +
On February 17 2018 07:17 Blisse wrote:
So, how did his code get past code review?

If it was approved, then it's probably doing the things your coworkers expect. You have a systematic issue with teams not being properly involved in projects.

If there are no code reviews, then you have much bigger problems.

If this was just off in one branch somewhere, then it might as well not exist, but code shouldn't be written as giant diffs.

Why was there no hand-off before your coworker went on vacation?

How were you working on the same code without being aware of it?

There are _way_ larger red flags here than your 2 approaches not matching.


1. No code reviews.
2. Small company, no branches.
3. There was never supposed to be a hand off to begin with. We where both told to work on something, separately, and naturally ended up doing the exact same thing. He went on vacation literally the day after we found out.
4. This happened because we have one boss who tries to run everything. He doesn't assign project leaders, and only tells people what to do. He wanted 2 people working on this project, and told 2 people to start working on the project..without telling either of the other. Can't fathom where that went wrong..

Yes, there might be a red flag or two here..


1. This is bad.
2. What do you mean by "no branches" as in, everyone is working off of master branch in git? Hell, I create branches even when doing solo stuff from beginning to end.
4. I feel you man. Bosses trying to micro-manage their workers can be a total pain in the ass. But it also looks like there was no issue tracker involved too...
Time is precious. Waste it wisely.
phar
Profile Joined August 2011
United States1080 Posts
February 18 2018 03:48 GMT
#18915
On February 15 2018 19:33 nunez wrote:

in terms of feature completeness they are also quite close. since gcc already has concepts it is an easy choice (disregarding context) for me, and probably for any other advanced c++ programmer who uses template meta-programming. i don't know what 'analysis tools' you're talking about, but the *grinds does not work with the AST. maybe syntax and aesthetics? that is not a big concern for me and my regexi. i only have a tiny familiarity in working with the AST's of both, but i don't think i found any of them daunting.

The gcc AST tends to be a less exact representation of the actual source code compared to clang. So if you're e.g. building a tool to refactor all of a given thing, gcc might yield you some missing pieces.

Not a big deal for most use cases.
Who after all is today speaking about the destruction of the Armenians?
Excludos
Profile Blog Joined April 2010
Norway8158 Posts
Last Edited: 2018-02-18 13:14:36
February 18 2018 13:10 GMT
#18916
On February 18 2018 10:24 Manit0u wrote:
Show nested quote +
On February 17 2018 08:10 Excludos wrote:
On February 17 2018 07:17 Blisse wrote:
So, how did his code get past code review?

If it was approved, then it's probably doing the things your coworkers expect. You have a systematic issue with teams not being properly involved in projects.

If there are no code reviews, then you have much bigger problems.

If this was just off in one branch somewhere, then it might as well not exist, but code shouldn't be written as giant diffs.

Why was there no hand-off before your coworker went on vacation?

How were you working on the same code without being aware of it?

There are _way_ larger red flags here than your 2 approaches not matching.


1. No code reviews.
2. Small company, no branches.
3. There was never supposed to be a hand off to begin with. We where both told to work on something, separately, and naturally ended up doing the exact same thing. He went on vacation literally the day after we found out.
4. This happened because we have one boss who tries to run everything. He doesn't assign project leaders, and only tells people what to do. He wanted 2 people working on this project, and told 2 people to start working on the project..without telling either of the other. Can't fathom where that went wrong..

Yes, there might be a red flag or two here..


1. This is bad.
2. What do you mean by "no branches" as in, everyone is working off of master branch in git? Hell, I create branches even when doing solo stuff from beginning to end.
4. I feel you man. Bosses trying to micro-manage their workers can be a total pain in the ass. But it also looks like there was no issue tracker involved too...


2. Yes xD Well sortof. We do have a few major branches. The release branch is usually for fixing bugs and minor implementations (Which the customer has more or less direct access to), while we have an internal branch for actual development which is shared by everyone in the company. Now in this case the reason I first caught that the other guy was doing the same as me was that I noticed the files he had uploaded and thought "Hmm..what does these do?", so it somewhat worked to our advantage this time (Al tough why he worked on them for two weeks before deciding to use version control I don't know).

edit: Also we use SVN and not git..because when we're already rolling down the retard track why stop to use something that actually works amirite?
Acrofales
Profile Joined August 2010
Spain18114 Posts
February 18 2018 14:52 GMT
#18917
If you use SVN then it's fairly normal to not have lots of branches. Merging in SVN is something horrific. I used to be partial to SVN in the early days when everybody hip was switching to GIT, and it just didn't really cover the use cases of my development, but GIT has improved and can now do basically everything SVN could do, and does it a lot better. I highly recommend you work towards your next major release, and then do a big switch and start with that as your first commit in a new GIT repository.

But if you're quitting there, then yeah, don't worry about it. Just let them muddle along when you're outta there
Blitzkrieg0
Profile Blog Joined August 2010
United States13132 Posts
February 18 2018 18:52 GMT
#18918
At least you're not using clearcase. If you think SVN or git is bad...
I'll always be your shadow and veil your eyes from states of ain soph aur.
nunez
Profile Blog Joined February 2011
Norway4003 Posts
February 19 2018 10:26 GMT
#18919
On February 18 2018 12:48 phar wrote:
Show nested quote +
On February 15 2018 19:33 nunez wrote:

in terms of feature completeness they are also quite close. since gcc already has concepts it is an easy choice (disregarding context) for me, and probably for any other advanced c++ programmer who uses template meta-programming. i don't know what 'analysis tools' you're talking about, but the *grinds does not work with the AST. maybe syntax and aesthetics? that is not a big concern for me and my regexi. i only have a tiny familiarity in working with the AST's of both, but i don't think i found any of them daunting.

The gcc AST tends to be a less exact representation of the actual source code compared to clang. So if you're e.g. building a tool to refactor all of a given thing, gcc might yield you some missing pieces.

Not a big deal for most use cases.

you are comparing gcc / clang as compiler front-ends in the context of writing a compiler. spinesheath was comparing compilers in the context of using a compiler. the former is not a use-case in a discussion of the latter, it's irrelevant, and so is the level of abstraction in the AST.

in any case: can you give examples of how GCC 'completely fucked with' the AST and caused you pain? what kind of tool did you try to write?
conspired against by a confederacy of dunces.
nunez
Profile Blog Joined February 2011
Norway4003 Posts
February 19 2018 10:31 GMT
#18920
i don't think svn is bad or 'retarded'. it requires a different approach like acrofales says. i prefer git or mercurial, but i am not going from door to door to do a big song and dance about it.
conspired against by a confederacy of dunces.
Prev 1 944 945 946 947 948 1032 Next
Please log in or register to reply.
Live Events Refresh
Kung Fu Cup
12:00
2025 Monthly #3: Day 1
Reynor vs GuMihoLIVE!
ByuN vs ShoWTimE
RotterdaM523
TKL 182
Rex146
IntoTheiNu 103
SteadfastSC88
Liquipedia
OSC
11:30
Mid Season Playoffs
Cure vs SpiritLIVE!
Krystianer vs Percival
WardiTV446
Liquipedia
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
RotterdaM 523
Reynor 227
TKL 182
Rex 146
SteadfastSC 88
StarCraft: Brood War
Calm 4495
Rain 2923
Bisu 2701
Hyuk 2015
Horang2 1304
Flash 797
Soma 464
Backho 369
Stork 340
Rush 261
[ Show more ]
Pusan 197
Last 133
Soulkey 115
JulyZerg 104
Barracks 79
hero 58
sSak 33
zelot 31
Aegong 28
sas.Sziky 24
Killer 23
Terrorterran 11
Noble 9
Hm[arnc] 7
Dota 2
Gorgc2155
qojqva1591
Dendi1136
XcaliburYe181
BananaSlamJamma86
Counter-Strike
olofmeister911
allub158
Super Smash Bros
Mew2King127
Other Games
B2W.Neo990
hiko295
DeMusliM285
Pyrionflax260
Sick170
Fuzer 164
Hui .86
QueenE46
Organizations
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 15 non-featured ]
StarCraft 2
• Adnapsc2 9
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
Dota 2
• C_a_k_e 1641
• WagamamaTV400
League of Legends
• Nemesis1689
• TFBlade702
Upcoming Events
Tenacious Turtle Tussle
9h 5m
The PondCast
20h 5m
RSL Revival
20h 5m
Solar vs Zoun
MaxPax vs Bunny
Kung Fu Cup
22h 5m
WardiTV Korean Royale
22h 5m
PiGosaur Monday
1d 11h
RSL Revival
1d 20h
Classic vs Creator
Cure vs TriGGeR
Kung Fu Cup
1d 22h
CranKy Ducklings
2 days
RSL Revival
2 days
herO vs Gerald
ByuN vs SHIN
[ Show More ]
Kung Fu Cup
2 days
IPSL
3 days
ZZZero vs rasowy
Napoleon vs KameZerg
BSL 21
3 days
Tarson vs Julia
Doodle vs OldBoy
eOnzErG vs WolFix
StRyKeR vs Aeternum
Sparkling Tuna Cup
3 days
RSL Revival
3 days
Reynor vs sOs
Maru vs Ryung
Kung Fu Cup
3 days
WardiTV Korean Royale
3 days
BSL 21
4 days
JDConan vs Semih
Dragon vs Dienmax
Tech vs NewOcean
TerrOr vs Artosis
IPSL
4 days
Dewalt vs WolFix
eOnzErG vs Bonyth
Wardi Open
4 days
Monday Night Weeklies
5 days
WardiTV Korean Royale
5 days
The PondCast
6 days
Liquipedia Results

Completed

Proleague 2025-11-07
Stellar Fest: Constellation Cup
Eternal Conflict S1

Ongoing

C-Race Season 1
IPSL Winter 2025-26
KCM Race Survival 2025 Season 4
SOOP Univ League 2025
YSL S2
BSL Season 21
BLAST Rivals Fall 2025
IEM Chengdu 2025
PGL Masters Bucharest 2025
Thunderpick World Champ.
CS Asia Championships 2025
ESL Pro League S22
StarSeries Fall 2025
FISSURE Playground #2
BLAST Open Fall 2025
BLAST Open Fall Qual

Upcoming

SLON Tour Season 2
BSL 21 Non-Korean Championship
Acropolis #4
IPSL Spring 2026
HSC XXVIII
RSL Offline Finals
WardiTV 2025
RSL Revival: Season 3
META Madness #9
BLAST Bounty Winter 2026
BLAST Bounty Winter 2026: Closed Qualifier
eXTREMESLAND 2025
ESL Impact League Season 8
SL Budapest Major 2025
TLPD

1. ByuN
2. TY
3. Dark
4. Solar
5. Stats
6. Nerchio
7. sOs
8. soO
9. INnoVation
10. Elazer
1. Rain
2. Flash
3. EffOrt
4. Last
5. Bisu
6. Soulkey
7. Mini
8. Sharp
Sidebar Settings...

Advertising | Privacy Policy | Terms Of Use | Contact Us

Original banner artwork: Jim Warren
The contents of this webpage are copyright © 2025 TLnet. All Rights Reserved.