• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EST 00:46
CET 06:46
KST 14:46
  • 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
ByuL: The Forgotten Master of ZvT28Behind the Blue - Team Liquid History Book19Clem wins HomeStory Cup 289HomeStory Cup 28 - Info & Preview13Rongyi Cup S3 - Preview & Info8
Community News
Weekly Cups (Feb 16-22): MaxPax doubles0Weekly Cups (Feb 9-15): herO doubles up2ACS replaced by "ASL Season Open" - Starts 21/0258LiuLi Cup: 2025 Grand Finals (Feb 10-16)46Weekly Cups (Feb 2-8): Classic, Solar, MaxPax win2
StarCraft 2
General
Terran AddOns placement How do you think the 5.0.15 balance patch (Oct 2025) for StarCraft II has affected the game? Nexon's StarCraft game could be FPS, led by UMS maker ByuL: The Forgotten Master of ZvT Oliveira Would Have Returned If EWC Continued
Tourneys
PIG STY FESTIVAL 7.0! (19 Feb - 1 Mar) Sparkling Tuna Cup - Weekly Open Tournament SEL Doubles (SC Evo Bimonthly) WardiTV Team League Season 10 RSL Season 4 announced for March-April
Strategy
Custom Maps
Publishing has been re-enabled! [Feb 24th 2026] Map Editor closed ?
External Content
The PondCast: SC2 News & Results Mutation # 515 Together Forever Mutation # 514 Ulnar New Year Mutation # 513 Attrition Warfare
Brood War
General
Soma Explains: JD's Unrelenting Aggro vs FlaSh Recent recommended BW games TvZ is the most complete match up BGH Auto Balance -> http://bghmmr.eu/ ACS replaced by "ASL Season Open" - Starts 21/02
Tourneys
BWCL Season 64 Announcement The Casual Games of the Week Thread [Megathread] Daily Proleagues [LIVE] [S:21] ASL Season Open Day 1
Strategy
Soma's 9 hatch build from ASL Game 2 Fighting Spirit mining rates Simple Questions, Simple Answers Zealot bombing is no longer popular?
Other Games
General Games
Online Quake Live Config Editor Tool Battle Aces/David Kim RTS Megathread Diablo 2 thread Nintendo Switch Thread Path of Exile
Dota 2
The Story of Wings Gaming 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
Vanilla Mini Mafia Mafia Game Mode Feedback/Ideas TL Mafia Community Thread
Community
General
US Politics Mega-thread Things Aren’t Peaceful in Palestine UK Politics Mega-thread YouTube Thread Mexico's Drug War
Fan Clubs
The IdrA Fan Club The herO Fan Club!
Media & Entertainment
[Manga] One Piece [Req][Books] Good Fantasy/SciFi books Anime Discussion Thread
Sports
2024 - 2026 Football Thread Formula 1 Discussion TL MMA Pick'em Pool 2013
World Cup 2022
Tech Support
Laptop capable of using Photoshop Lightroom?
TL Community
The Automated Ban List
Blogs
Unintentional protectionism…
Uldridge
ASL S21 English Commentary…
namkraft
Inside the Communication of …
TrAiDoS
Life Update and thoughts.
FuDDx
How do archons sleep?
8882
James Bond movies ranking - pa…
Topin
Customize Sidebar...

Website Feedback

Closed Threads



Active: 2998 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
Spain18224 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
Norway8233 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
Norway8233 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
Norway8233 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
Norway8233 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
Norway8233 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
Norway8233 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
Poland17679 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
Norway8233 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
Spain18224 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
Next event in 3h 15m
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
WinterStarcraft520
NeuroSwarm 207
Livibee 82
Ketroc 49
StarCraft: Brood War
Sea 13517
GuemChi 3879
PianO 888
Leta 312
NaDa 44
Jaeyun 38
Icarus 10
League of Legends
JimRising 782
Counter-Strike
Stewie2K433
Other Games
summit1g10554
C9.Mang0323
RuFF_SC2150
Mew2King47
Organizations
Other Games
gamesdonequick796
Counter-Strike
PGL147
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 16 non-featured ]
StarCraft 2
• davetesta25
• Light_VIP 18
• Mapu2
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• Azhi_Dahaki11
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
League of Legends
• Rush1612
• Lourlo1578
Upcoming Events
Replay Cast
3h 15m
Wardi Open
6h 15m
Monday Night Weeklies
11h 15m
Replay Cast
18h 15m
Replay Cast
2 days
Replay Cast
2 days
The PondCast
3 days
KCM Race Survival
3 days
Replay Cast
3 days
Ultimate Battle
4 days
Light vs ZerO
[ Show More ]
Replay Cast
4 days
CranKy Ducklings
5 days
Replay Cast
5 days
Sparkling Tuna Cup
6 days
Replay Cast
6 days
Liquipedia Results

Completed

Acropolis #4 - TS5
PiG Sty Festival 7.0
Underdog Cup #3

Ongoing

KCM Race Survival 2026 Season 1
Jeongseon Sooper Cup
Spring Cup 2026
WardiTV Winter 2026
Nations Cup 2026
ESL Pro League S23 Stage 1&2
PGL Cluj-Napoca 2026
IEM Kraków 2026
BLAST Bounty Winter 2026
BLAST Bounty Winter Qual
eXTREMESLAND 2025

Upcoming

ASL Season 21: Qualifier #1
ASL Season 21: Qualifier #2
ASL Season 21
Acropolis #4 - TS6
Acropolis #4
IPSL Spring 2026
CSLAN 4
HSC XXIX
uThermal 2v2 2026 Main Event
Bellum Gens Elite Stara Zagora 2026
RSL Revival: Season 4
NationLESS Cup
Asian Champions League 2026
IEM Atlanta 2026
PGL Astana 2026
BLAST Rivals Spring 2026
CCT Season 3 Global Finals
FISSURE Playground #3
IEM Rio 2026
PGL Bucharest 2026
Stake Ranked Episode 1
BLAST Open Spring 2026
ESL Pro League S23 Finals
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 © 2026 TLnet. All Rights Reserved.